1. 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

  2. BeginCollectionItem HtmlHelper

    By:

    This Html Helper leverages the default model binder in ASP.NET MVC 2 and higher to materialize viewmodel collection properties from an HTTP POST.

  3. Weighted Random Collection

    By:

    Collection which allows items to be pulled out randomly including weighting as a consideration

  4. CodeBits Ordered Collection

    By:

    An always sorted collection. Has options to allow/disallow duplicate items as well as to sort in reverse order.

  5. CodeBits Ordered Observable Collection

    By:

    An always sorted observable collection. Has options to allow/disallow duplicate items as well as to sort in reverse order. See the project site for documentation.

  6. NETFx HttpNameValueCollection

    By:

    A simpler NameValueCollection-derived class that uses HTTP query string semantics and renders to a query string when ToString is invoked.

  7. BinbinCollections

    By:

    集合比较扩展方法

  8. ObservableCollection with ability to delay notifications.

    By:

    ObservableCollection works in most cases but sometimes it would be beneficial to postpone notifications until later time or temporarily disable them all together. ObservableCollectionEx is designed to provide this missing functionality. The ObservanleCollectionEx is a direct replacement for ObservableCollection and could be used without any code mo... More information

  9. NETFx CovariantExtensions

    By:

    Provides extension methods that allow to treat collections, enumerables and lists as covariant of a generic type other than their constructed type (i.e. for down-casting collections).

  10. Extended WPF Toolkit

    By:

    Extended WPF Toolkit is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Provides 37 controls, all offered under the Microsoft Public License for maximum freedom. In v1.9: a record-breaking 70 improvements and the addition of 2D WPF layouts, which work with the new layout-to-layo... More information

  11. LINQ2SQL Collection Update

    By:

    A c# helper for merging collections of business objects with corresponding LINQ2SQL collections.

    295 downloads

  12. XAct.Collections

    By:

    An XActLib Assembly: common code specific Collections

  13. NETFx ICollection<T>.AddRange Extension Method

    By:

    AddRange extension method for ICollection<T>

  14. MSBuildTasks

    By:

    The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.

  15. NETFx HttpNameValueCollection Tests

    By:

    Tests for netfx-System.Net.Http.HttpNameValueCollection

  16. Perishable Collection

    By:

    An observable collection where items are paired with a lifetime, so that users and transformed views of the collection don't have to worry about pairing future removals with past additions.

  17. NETFx ICollection<T>.AddRange Extension Method xUnit Tests

    By:

    xUnit tests for netfx-System.Collections.Generic.CollectionAddRange

  18. Windows Phone toolkit

    By:

    Windows Phone toolkit provides a collection of controls, extension methods and page animations to help create beautiful and consistent Windows Phone user interfaces and make common progamming tasks easier. Documentation and source are on CodePlex at http://phone.codeplex.com.

  19. NETFx CovariantExtensions xUnit Tests

    By:

    xUnit Tests for netfx-System.Collections.Generic.CovariantExtensions