Search for collections returned 100 packages
Displaying results 1 - 20.
-
Iesi.Collections
By:
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSe... More information
-
XAct.Collections
By:
An XActLib Assembly: common code specific Collections
-
Isg.Collections
By:
This package adds useful extension methods to .NET Framework types in the System.Collections namespace.
-
-
NETFx KeyValuePair.Create
By:
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>.
-
An unofficial packaging of WIntellect's PowerCollections
By:
An unofficial packaging of WIntellect's PowerCollections. I needed one, couldn't find one on NuGet - so just whipped this up. Contact me know when an official package becomes available so that I can remove this one.
-
Craig's Utility Library DataTypes Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
NETFx ICollection<T>.AddRange Extension Method
By:
AddRange extension method for ICollection<T>
-
Craig's Utility Library Events Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
NETFx ICollection<T>.AddRange Extension Method xUnit Tests
By:
xUnit tests for netfx-System.Collections.Generic.CollectionAddRange
-
Craig's Utility Library IO Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Craig's Utility Library Reflection Namespace
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Supplemental Collections for .NET Micro Framework
By:
The .NET Micro Framework has a very small selection of rich storage types. This project provides additional collection types with different features.
-
NETFx KeyValuePair.Create xUnit Tests
By:
xUnit Tests for netfx-System.Collections.Generic.KeyValuePair
-
NETFx IDictionary<TKey, TValue>.Find Extension Method
By:
Finds a value by key in the dictionary, or returns the default value for TValue. Just like Linq FirstOrDefault().
-
NETFx IEnumerable<T>.Traverse Extension Method
By:
Traverse an enumerable tree, depth or breadth first. Example: var dirs = new DirectoryInfo("C:\\") .Traverse(TraverseKind.BreadthFirst, dir => dir.EnumerateDirectories());
-
Craig's Utility Library
By:
Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information
-
Academy.Collections
By:
Welcome to Academy Collections. As result of a deep research, Academy.Collections presents new data structures implementations that expands your boundaries when using Microsoft .NET Framework. The objects implementations and the structure of the library is presented in need-order instead of a group of data structures categories, this way the name ... More information
-
NETFx IDictionary<TKey, TValue>.GetOrAdd Extension Method
By:
Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class.
-
FSharpx.Collections.Experimental
By:
FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library provides experimental data structures.
- Previous
- Next