Top 20 NuGet array Packages

Wrappers and extensions to the .NET collections and LINQ.
Priority queue, reversible dictionary, reversible sorted dictionary, dynamic multidimensional array, heap, heapsort etc.
A library that help you to convert collections to CSV file.
You can found many examples there https://github.com/powerumc/array-extensions If you have any questions feel free to contact me. http://blog.powerumc.kr [email protected]
A class for converting managed base types to byte arrays and vice versa
10Tec iGrid.NET is a versatile grid control for WinForms, a powerful replacement for DataGridView and one of the best unbound grids on the market. The core grid functionality (data formatting, sorting, grouping, editing) can be extended with add-ons that add the autofilter and print/print-preview ca...
Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.AsList[1].AsDictionary["aNumber"].AsInt
A better ArraySegment
Array query library for JavaScript with "Linq" like methods.
This is a wrapper for array to be enabled with underscore features.
Small but useful .NET helper classes
Pinned array where elements are blittable-type objects.
Extension methods for mostly modifying arrays. This package is for direct inclusion in a C# project (compatible with C# language versions 6 and above). All types will remain internal to the project.
VB.NET source file that contains an extension method that allows to shuffle an array or other IList. Supported versions: .NET Framework 3.5 .NET Framework 4.0 .NET Framework 4.5 .NET Framework 4.5.1 .NET Framework 4.5.2 .NET Framework 4.6 .NET Framework 4.6.1 Language requirement: Visual Basic 9 (...
VB.NET source file that contains a module with a function to get an empty array of an arbitrary type (always the same instance is returned). This is slightly faster and uses slightly less memory than returning a new empty array every time needed. Supported versions: .NET Framework 2.0 .NET Framewor...
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a...
Minimalist .NET development for lazy programmers.
Extension methods for Array
A lightweight JavaScript library that brings proper .NET-like collections and LINQ to JavaScript.
A fast sorting algorithm for all datatypes using IComparable(ints, floats, decimals, strings, etc.).Outperforms generic mergesorts and leverages parallel processing for larger arrays.