Top 20 NuGet collection Packages

Class Library containing an implementation of the gachcollectionjson abstraction model using the Newtonsoft Json.Net Library
ZimCode.ViewModels is an collection of handy classes for the MVVM pattern.
Provides a way to filter fastly a collection of object containing string properties
Provides reactive extensions for active lists and active values.
Useful extensions to C# objects and classes.
A set of helper classes to augment C# functionality such as scheduling, precision formatting, collection conversions, and exception messaging.
An auto-serializing, in memory, optimized, lightweight, persistent database as a drop in to List.
Extensions to transform IEnumerable into other generic collection types, including async versions.
Composite (with cycles) and Visitor design patters implemented together with wrapper implementing IEnumerable interface
Composite (with cycles) and Visitor design patters implemented together with wrapper implementing IEnumerable interface
Pacote responsável por extender as funcionalidades das coleções do C# ### Recursos disponíveis - SplitCollection (Divide uma coleção em coleções menores, baseado em uma quantidade de registros informada)
Additional asynchronous functionality for the Bogosoft.Data library.
Simple and small implementation of Immutable Collection.
Base library of imbSCI - Coding for Science - library, part of imbVeles framework. The library provides the core layer of shared: enumerations, interfaces and extensions as well as a number of thread-safe collections and data structures. Here are thread-safe multidimensional collections and diction...
Associative collection like usual Dictionary<TKey, TValue>, but with comparer type preserved instead of hiding behind the interface. Enables devirtualization of calls to the key comparer. Enables reusing instances of inner array of entries via ArrayPool<T>.Shared. Provides ToFictionary() extension m...
Initialize a large collection of objects in a more readable way.
A set of extension methods that can be used to manipulate collections solving common dev problems.
Defines an IImmutableSet that implements IReadOnlySet.