Found 348 packages
Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees. Commonly Used Types: System.Linq.IQueryable<T> System.Linq.IQueryable System.Linq.Expressions.Expression<TDelegate> System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor When using NuGet 3.x this package requires at least version 3.4.
Provides classes for querying data structures that implement IQueryable<T>. Commonly Used Types: System.Linq.Queryable System.Linq.EnumerableQuery<T> System.Linq.EnumerableQuery When using NuGet 3.x this package requires at least version 3.4.
A .NET library that simplifies building flexible REST APIs by applying filtering, sorting and pagination over IQueryable sources in ASP.NET Core applications. Reduces boilerplate when exposing dynamic query capabilities.
A library for declaring properties into remote-translatable expressions.
Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5
Library for easily paging through any IEnumerable/IQueryable in .NET
Azure Storage Extensions is a .NET library aimed for managing and querying entities from Microsoft Azure Storage. It's built on top of Azure Storage Client Library, provides LINQ to Azure Tables queries and async interfaces.
Turn any data source into an IQueryable
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Levenshtein searches
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Soundex searches
Provides various extension methods for use with IQueryable<T> implementations.
Helper functions to write dynamic LINQ queries
Construct Linq queries using strings.
Popular lib for using DataTables.net with IQueryable. This package contain x-platform shared code. Install either Mvc.JQuery.DataTables for MVC5 or Mvc.JQuery.DataTables.AspNetCore for AspNetCore
Allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server Database Provider. This is accomplished by using the AsQueryableValues extension method available on the DbContext class. Everything is evaluated on the server with a single round trip, in a way that preserves the query's execution plan, even when the values behind the IEnumerable<T> are changed on subsequent executions.
Package Description
An implementation of GraphQL for .NET and IQueryable
Add EntityFramework Core IQueryable support to GraphQL
Lightweight optimizer of System.Linq.Expression expressions. Just basic boolean algebra and reductions, constant and tuple/anonymous type eliminations. For side-effect free Expressions. No compilation-subjective optimizations.
Popular lib for using DataTables.net with IQueryable. Install this package to use with AspNetCore