Top 20 NuGet Linq Packages

Business Logic Toolkit is a set of components to simplify .NET application development.
For dotnetdbf projects using .net 4.0 projects this is an enumeration framework in which makes it easy to use Linq to Objects.
A toolkit for writing Entity Framework provider wrappers.
Allows querying WCF Web Api endpoints that expose IQueryable<T>, with full query support for nested relationships, etc. Does not deal with response deserialization. Look for HttpEntityClient for that.
RxHeat.OData is a library that complements the Reactive Extensions Library with OData helper features. The project comprises a collection of tested features. It includes: - OData LINQ Observer Helper --- Paging helper --- LINQ Wrapper
RxHeat.Wpf is a library that complements the Reactive Extensions Library with WPF helper features. The project comprises a collection of tested features. It includes: - Wpf Helpers --- ObservableCollection async loader --- Scheduler Helper
Platform.NET A cross-platform library of useful classes and extensions for C# and .NET.
LINQ to Regex library provides language integrated access to the .NET regular expressions.
RomanticWeb.net integration with triple stores using dotNetRDF.
ORM Class solution for RDF and SPARQL for .net.
A simple library to help manage retries in LINQ to SQL.
SeedPacket 5.0 adds a .seed() method onto IEnumerable for the quick seeding of data. Designed to be a part of your LINQ workflow, it quickly generates and populates many IEnumerable list types with realistic data that is as simple as: var mylist = new List<Item>().Seed(). SeedPacket is easy to us...
ORM for SQLite with data encryption. Supported Xamarin platforms: - Android - iOS 1. Just add [CryptoTable("TableName")] attribute to your class definition (Table) and [Encrypted] attribute to properties in your class that you want to be stored in a database file in encrypted...
QueryDesigner provides way of creating complex IQueryable filtering based on dynamic expression trees.
With Roslinq it's possible to use Linq to browse through source code and modify it.