Top 20 NuGet linq Packages

IQueryable automatic projection device. Easily convert IQueryable<Entity> to IQueryable<Dto> var dtoQuery = query.ProjectTo<OrderDto>();
The CData DynamoDB Data Provider allows you to connect to DynamoDB just like SQL tables. Just specify your credentials and access data from DynamoDB.
Enables bidirectional access to Oracle Eloqua through standard drivers.
The CData Google AdWords Data Provider allows you to connect to Google AdWords data.
The CData Intacct Data Provider allows you to connect to Intacct objects.
The CData MSProject Data Provider allows you to connect to MSProject sources just like SQL tables.
Enables you to use standard database drivers to access OFX sources like bank account statements, credit card transactions, investments, etc.
The CData SAP Data Provider allows you to connect to SAP RFC's just like SQL tables. Just specify your credentials and access data from SAP.
AntData.Orm For Dotnet Core
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" m...
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.
Azure CosmosDb Implementation of DataStore
Provides reactive extensions for active lists and active values.
Extensions Joins for Linq, utilities and more of LinQ World
Extension methods for object-object or dictionary-object or datatable-object mapping, single item mapping use [ item.Apply(()=>new { .. }); ],multiple array items mapping use [ items.Apply(a=>new { .. }); ]. Extension methods for SQL Window Function in Linq, use [ items.GroupBy(a =>...).AsPartition(...
Enables you to use standard drivers to connect to YouTube objects. Just specify your credentials and access tables like Channels, Search, Videos, etc.
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.
The ExcelProvider loads an Excel worksheet or CSV file and provides column definition and row collections. All collections are IEnumerable so you can query them with LINQ. The ExcelProvider supports XLSX (Excel 2007-2016, v12-v16), XLS (Excel 97-2003, v8-v11) and CSV (comma, semicolumn or tab delimi...
Abstract Language Integrated Query for .Net