Top 20 NuGet linq Packages

Translates Linq Expressions to SQL 'where' clause. Makes it safer to work with "Poco ORM-ish thing" (PetaPoco, AsyncPoco etc). Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
DataStore.Interfaces Class Library
Lightweight LINQ query builder
Azure Cosmos DB Implementation of DataStore
LINQ to DB Tools is a data access technology that provides a run-time infrastructure for managing relational data as objects.
AsyncPoco bindings for StaTypPocoQueries. It translates Linq Expressions to SQL 'where' clause. Makes it safer to work with AsyncPoco. Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Provides support for Language-Integrated Query (LINQ) over IAsyncQueryable<T> sequences with query providers.
Provides classes that support querying of cached data from NCache Enterprise.
Executing IQueryable list objects server side in Entity Framework for Datatables request.
ASP.NET Core middleware for deserializing EF Core queries.
Functionality for serializing queries and retrieving results using HttpClient.
Just a small library that fills in one or two holes in the Linq library. TypeArray: an easy way of instanciating a Type[] inline without having to call typeof over and over again. MonoEnu: An enumerable struct, whith a single element to enumerate over.
Apache Ignite.NET example projects. This package is a convenient way to download and explore the examples. Documentation: https://ignite.apache.org/docs/latest/quick-start/dotnet
Mulinq is C# LINQ extensions for collections and for multidimensional arrays.
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.
DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, ...
An automatic query optimizer for LINQ to Objects and PLINQ. LinqOptimizer compiles declarative LINQ queries into fast loop-based imperative code. The compiled code has fewer virtual calls, better data locality and speedups of up to 15x.
Pomona security extensions.
Easy to use extensible expression evaluator built on top of Sprache parser library. Compiles expressions to native code for best performance. Supports custom functions and parameters.