Top 20 NuGet Linq Packages

Package Description
A generic LINQ QueryProvider implementation, used by LinqToRest.
A portable NoSql database for .NET applications with a single table per file. The field types are native CLR types, and arrays of the same, eg: Int32, Boolean, Byte[]. Multiple databases can be joined using LINQ.
Predicate Helper is a C# utility that will take different lambda expressions and combine them. It can be used with an ORM (like Entity Framework) and it will allow you to create dynamic queries.
Utilities for an easy life programming in the null-laden world of C#
A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.
.Net Standard library for using Linq to Objects to iterate in time using classes as Date, Month, Year, Decade, etc.
.Net Standard library with a lot of shortcuts fo standard classes
Provides the ability to manipulate LINQ expression trees.
QueryDesigner provides way of creating complex IQueryable filtering based on dynamic expression trees.
Contains extensions on LINQ
LINQ Extensions
One<T> is a generic collection that contains exactly one item. This kind of generic collection allows you to use LINQ expression to write closures and functional programming.
Write Skip, Take, Distinct, ToList, ToHashSet, ToDictionary, etc. fluently in LINQ statement without extra parentheses.
Extensiones para paginar IQueryable
Package Description
Provides an abstraction of the ability to replay a collection of timestamped events through an Rx stream, transform it using Rx syntax, and await the result materialized back into a collection.