Top 20 NuGet collection Packages

集合比较扩展方法
Collection which allows items to be pulled out randomly including weighting as a consideration
NList brings an enormous number of powerful, STL-like algorithms to the .NET platform for processing indexable collections. There is a handlebars.js-like text generator. It has a powerful IComparer builder. There is a DefaultDictionary class. There is a class to convert an object into a dictionary o...
Wrappers and extensions to the .NET collections and LINQ.
Extends the observable collection to track events when a value of a particular element within the collection is changed. The Event Arguments also include the actual object that triggered the event. http://ovidiudiaconescu.com/blog Twitter: @ovidiaconescu
A library that help you to convert collections to CSV file.
.NET collection extensions
Ordered collection algorithms.
Additional collections.
TypeScript implementation of an AVL tree, a self-balancing binary search tree, with enumerable/iterable collections like set and map.
Sequences is a port of Scala's Stream[+A] to C#. A Sequence<T> is an immutable lazy list whose elements are only evaluated when they are needed. A sequence is composed by a head (the first element) and a lazily-evaluated tail (the remaining elements). The fact that the tail is lazily-evaluated, ma...
Concurrent Observable Collection, Dictionary, and Sorted Dictionary
Why is it that the List is so widely used, even when there is absolutly no need for the features of a List? I think one of the most important reasons is it beeing so easily available. You could simply use the extension method .ToList() on any IEnumerable. To help out in this matter, and hopefully h...
A library of fluent utility extensions for System.Collections types
Incremental Loading with ObservableCollection and ObservableList for Windows 8.1 and Windows phone 8.1 (Runtime apps only)
MVVMHandler is a library that contains simple helper class like MVVMCollection whick is a collection that implements the complete MVVM pattern with a DB Model.
.NET types extensions.
對集合以權重進行抽樣。(Collection Sampling with weight.)
A simple IAddOnlyCollection interface.