Top 20 NuGet ienumerable Packages

Shared most common extension for commonly used types
XUnit tests for adjunct-System.DataStructures.IEnumerableExtensions
Linq extensions for ordered sequences. They have better perfomance in comparison to standard extensions. They don't enumerate entire sequences into HashSet<T> or lookup. With these you can lazily handle very large or even infinite sequences as long as they're ordered. Concat, Distinct, Except, Group...
A user type convention which sets custom type to EnumerableOfStringType
iTin Export Engine Core, contains a tab-separated values (txt), comma-seprated values (csv), XML spreadsheet 2003 (xml) and SQL Script (sql) native writers
A lightweight query mapping library, QueryMutator provides Queryable, Enumerable and Object extensions for automapping objects and mapping multiple expressions into one. QueryMutator is used to automatically map complex expression trees to object graphs. Used in conjunction with Entity Framework, it...
This library provides an extension to the Unity Container from Microsoft to add support for resolving multiple objects by using IEnumerable<T>.
This package provides an integration with Actipro's SyntaxEditor so that you can author queries very easily. This includes code completion, parameter info and syntax highlighting.
This package provides additional UI controls for query authoring including a show plan control to visualize the execution plan similar to Microsoft SQL Server Management Studio as well as a browser control to explore the scope of a query or expression.
Easy to use library to allow you to order IEnumerable or IQueryable by dynamic properties. Also contains a natural sort comparer.
Extension methods for System.Collections.Generic.IEnumerable<T> and System.Collections.IEnumerable.
Extends the IEnumerable interface to include a Contains method
Extends the IEnumerable<T> interface to include a ForEach method
Extends the IEnumerable<T> interface to enable ordering by a dynamic property
Extends the IEnumerable<T> interface to include a Partition method
A simple implementation of IReadOnlyList<T> representing a page in a collection
This package lets you use regular arithmetic operators on enumerables. It also provides convenient extension methods for System.Math and System.Numerics.Complex methods.