Top 20 NuGet collections Packages

Paginable extension with NCC FreeSql for collection.
Paginable extension with Chloe for collection.
Paginable extension with NHibernate for collection.
Paginable extension with Dos.ORM for collection.
A collection of various containers and data structures for .NET Standard. Includes a real sorted list (NeoSmart.Collections.SortedList), a unique sorted list (NeoSmart.Collections.UniqueSortedList), a publicly resizable array (NeoSmart.Collections.ResizableArray), and a disposable list (NeoSmart.Col...
LinksPlatform's Platform.Collections Class Library
Ratchet QuadTree provides a basic impletation for QuadTrees in .NET
Paginable extension with Microsoft EntityFramework for collection.
Repository pattern implementation with distributed collections of MongoDB in .NET Framework
Paginable extension with NCC FreeSql with DbContext for collection.
A set of useful extensions to .NET IQueryable.
Provides the missing KeyValuePair.Create static method, following the same approach as the Tuple.Create one to avoid having to type the generic argument parameters and leverage type inference instead: i.e. KeyValuePair.Create("max", 25) creates a KeyValuePair<string, int>.
Provides matrix data structure suitable for storing elements in an n-dimensional cartesian coordinate system of positive integers. example: Axis x = new Axis("x", 0, 100, 1); Axis y = new Axis("y", 0, 10, 1); Matrix<long> matrix = new Matrix<long>(new []{x,y});...
Specialized collections with more functionality, features and ease-of-use than the built-in .NET collection classes.
lib12 is a library of universal helpers and extensions useful in any .NET project
Common collections package published by Etimo. Read more about the main collection type, MultiplyIndexedKeyedCollection, and how it compares to standard .NET types at http://etimo.se/blog/multiply-indexed-keyed-collection-net/
MFC Collection Utilities is a small library that enables MFC developers to use MFC containers (arrays, lists, maps) with range-based for loops. The library consists of a single header that you include in your MFC projects. The library requires Visual Studio 2012 minimum and enables the us...
A tiny, fast and rich Javascript LINQ-like library for working with collections. Barely 8KB minified, over 60 functions, highly optimized for performance. Works with browsers back to IE6.
Main library of ĐTools project contains various platform-independent non-GUI classes missed from .NET framework.
Virtlink's Collections Library