Top 20 NuGet linq Packages

LINQ Extensions
Provides the ability to manipulate LINQ expression trees.
.Net Orm Toolkit LINQ Library
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.
Provides an implementation 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.
Provides abstractions used as part of adding pagination support to LINQ.
Provides extension methods to augment LINQ-to-Objects with pagination.
Provides extension methods to augment LINQ-to-Objects with additional functionality and patterns.
Extensions to System.Reflection.
Extensions to Microsoft.CodeAnalysis.
Provides abstractions used as part of adding pagination support to LINQ-to-IQueryable.
Provides extension methods to augment LINQ-to-IQueryable with pagination.
Provides extension methods to materialize query results - essentially a white-labelling of EF's `XAsync()` extension methods, albeit with names that explicitly convey the concept of materialization as the intent. This package is for Entity Framework Core. For an identical API on Entity Framew...
Provides extension methods to materialize query results - essentially a white-labelling of EF's `XAsync()` extension methods, albeit with names that explicitly convey the concept of materialization as the intent. This package is for Entity Framework 6.x. For an identical API on Entity Framew...
Provides an extension method to project queries from one type to queries of another, using AutoMapper - essentially a white-labelling of AutoMapper's `ProjectTo` construct, albeit stable across AutoMapper versions. This package is for AutoMapper versions 6-7. For an identical API on AutoMappe...
Provides an extension method to project queries from one type to queries of another, using AutoMapper - essentially a white-labelling of AutoMapper's `ProjectTo` construct, albeit stable across AutoMapper versions. This package is for AutoMapper versions 8-9. For an identical API on AutoMappe...
Explore trees and tree-like structures with LINQ using tree-traversal algorithms like breadth-first and depth-first search: IEnumerable<DirectoryInfo> childDirectories = Traverse.DepthFirst(new DirectoryInfo(...), d => d.EnumerateDirectories()); IEnumerable<DirectoryInfo> parentDirector...
Pagination extensions to help paging feature