1. C5

    By:

    The C5 Generic Collection Library for C# and CLI is a comprehensive collection library supporting lists, sets, bags, dictionaries, priority queues, (FIFO) queues, and (LIFO) stacks. C5 runs on .NET 4.0, Silverlight 4, Windows Phone 7, Xbox 360, and Mono.

  2. Minimod.FluentGenerics

    By:

    A minimod for fluently interacting with genric types.

  3. UnconstrainedMelody

    By:

    Unconstrained Melody is a library of helpful static methods (extension methods where feasible) for working with delegates and enums in a more strongly typed way than you can normally express in C#. It uses generic type constraints to force generic type parameters to be enum or delegate types, which the CLR supports but... More information

  4. NETFx Reflection GetCustomAttribute<TAttribute> generic overloads

    By:

    Allows retrieving custom attributes from assemblies, types, methods, properties, etc. using a generic method.

  5. NETFx Reflection GetCustomAttribute<TAttribute> generic overloads Tests

    By:

    xUnit tests for netfx-System.Reflection.GetCustomAttribute

  6. Dnum

    By:

    Type-safe .NET Enum class replacement

  7. Mono.Cecil

    By:

    Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modifi... More information

  8. NETFx ServiceProvider Generics Extension Methods

    By:

    Generic overloads to System.IServiceProvider.GetService.

  9. NETFx Reflection GetCustomAttribute<TAttribute> generic overloads Tests

    By:

    xUnit tests for netfx-System.Reflection.GetCustomAttribute

  10. NETFx ServiceProvider Generics Extension Methods Tests

    By:

    Tests for netfx-System.ServiceProvider

  11. NETFx XmlSerializer<T>

    By:

    Provides a generics version of XmlSerializer.

  12. Munq.IocContainer

    By:

    Munq IOC Container - A very fast Dependency Injection container for Web Applications. 3.1.6 - fixed bad web.config.transform file in package 3.1.5 - corrects the bad implementation for disposing of Request Lifetime instances. 3.1.4 - Disposes of RequestLifeTime instance when HttpRequest ends. 3.1.3 - re-add extension methods introduced in 3... More information

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

  14. NGenerics

    By:

    A class library providing generic data structures and algorithms not implemented in the standard .NET framework.

  15. StringlyTyped: manipulate .NET types as C# type strings

    By:

    Utilities for rendering .NET types as C# type names, with support for generics, nested types, type name simplification via "using" scopes, etc.

  16. NGenerics.UI

    By:

    A class library providing generic data structures and algorithms not implemented in the standard .NET framework. This library includes the UI portion of the library.

  17. NGenerics.Silverlight

    By:

    A class library providing generic data structures and algorithms not implemented in the standard .NET framework. This package is the a Silverlight compatible version of the NGenerics library.

  18. NGenerics.UI.Silverlight

    By:

    A class library providing generic data structures and algorithms not implemented in the standard .NET framework. This library includes the UI portion of the Silverlight version.

  19. GoDiscover Web Framework

    By:

    GoDiscover Web provides a framework for creating self-organizing object website model hierarchies through the unique combination of the Managed Extensibility Framework introduced in .NET 4.0 and Silverlight 4.0 and the .NET language's support for interfaces and generics.

  20. NPack

    By:

    An implementation of linear algebra numerical structures and methods for the CLR. NPack is unique in that it uses generics for matrix element definitions, and a set of matrix operations via an interface, allowing a CLR-based operations engine as well as the opportunity to use GPGPU-based operation engines. NPack was initially ported from Java Matri... More information