Top 20 NuGet iqueryable Packages

Popular lib for using DataTables.net with IQueryable. Install this package to use with AspNetCore
Filtering, sorting and paging extensions for .NET IQueryable collections. Enables convenient server-side dynamic queries via Entity Framework, especially useful when working with dynamic grid controls, like Kendo UI Grid and DevExpress, where you don't want to have to implement individual fil...
Marr DataMapper is a Linq enabled Micro-ORM that allows you to project views into complex object graphs. Contributors: Rick Schott, vitidev, Keivan Beigi, Mark McDowall
.Net library for clever processing of requests from datatables.net jQuery plugin on the server side (ASP.NET, Nancy or any other web server). It dynamically builds an expression tree from the request and allows to filter and sort an IQueryable according to the request parameters.
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Soundex searches
A collection of extension methods to IQueryable and IEnumerable that enable easy and performance Levenshtein searches
IQueryable Find extension method on the IDBConnection object and other stuff
Provides the primitives for centralizing and reusing Linq queries across a domain.
Tests for netfx-Patterns.QuerySpecs
A lightweight query mapping library, QueryMutator provides Queryable, Enumerable and Object extensions for automapping objects and mapping multiple expressions into one. QueryMutator is used to automatically map complex expression trees to object graphs. Used in conjunction with Entity Framework, it...
Create client queryable API endpoints.
Easy to use library to allow you to order IEnumerable or IQueryable by dynamic properties. Also contains a natural sort comparer.
Library for executing GraphQL queries via GraphLinqQL. Part of the GraphLinqQL suite of libraries, which are designed to add C# support for GraphQL via creating LINQ queries.
A set of useful extensions to .NET IQueryable.
Allows combining linq expressions using logic operators And, AndAlso, Or and OrElse. Compatible with Entity Framework, NHibernate and Linq to SQL query providers. See http://kzu.to/iT3X73 for more information.
xUnit Tests for netfx-System.Linq.Expressions.ExpressionCombiner
Validation, Format attributes and Query protection logic (SafeQuery IQueryable, and CanSort attribute) used by the Mvc Controls Toolkit
Serialization and deserialization of linq expressions
A simple implementation of IReadOnlyList<T> representing a page in a collection
The Master Extension Kit is an attempt to bring together a wide range of extensions that developers create and use. Many times, developers will write an extension that another developer somewhere else has already created. The hope of this collection is to normalize these extensions, test them by man...