Found 388 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.
Interface and class for generating dynamic queries
Templates to use when creating either queries, data-sources and runtime for iQuery.
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.
Easily build filters for use in Lambda Expressions. Make it easy to turn WebApi requests parameters into expressions. Great features such as; save and re-run those filters, make complex expressions and more!
Minimal abstractions for building CQS-compliant applications. Contains ICommand, IQuery, ICriterion and builder interfaces for declarative handler invocation.
Popular lib for using DataTables.net with IQueryable. Install this package to use with MVC5
A library for declaring properties into remote-translatable expressions.
Provides command and query execution infrastructure for CQS-based applications, with builder implementations.
Makes implementing IQueryable and IQueryProvider in F# functional and easy.
Contains only the IQueryHandler, IQuery and IQueryExecutor interfaces needed to implement and execute query handlers.
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.
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.
Contains the implementations of the IQueryExecutor and the ICommandExecutor interfaces.
Package containing interfaces for contracts and handlers (ICommand, IQuery and IEvent)
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.
Ef soreter for IQuery
Library for easily paging through any IEnumerable/IQueryable in .NET
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Levenshtein searches