1. QueryInterceptor

    By:

    Exposes a generic extension method to IQueryable<T> that allows interception of expression trees with expression visitors.

    292,170 downloads

  2. NUnit

    By:

    NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. This package includes only the framework assemb... More information

  3. bbv.Common

    By:

    Provides shared types needed by other bbv.Common projects: * Generic EventArgs * EventFilter (aggregate frequently occurring events) * DateTimeProvider to make operations on current time testable * string Formatting operations bbv.Common assembly is a part of bbv.Common, a library of .NET components and functionality including: ... More information

  4. GenericRepository 0.2.1.0

    By:

    Generic Repository Insrastructure For .NET Applications

  5. GenericRepository.EF 0.2.1.0

    By:

    Generic Repository DbContext Implementation

  6. Generic graph data structures and algorithms for .NET

    By:

    QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net, Silverlight, Windows Phone and Win 8. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...

  7. Generic DbContext and IDbContext

    By:

    EntityFramework Generic DbContext, both generic base class and generic interface

  8. .NET's fastest JSON Serializer by ServiceStack

    By:

    .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, Li... More information

  9. QUnit for ASP.NET MVC

    By:

    This QUnit support for ASP.NET MVC. You may also use it for ASP.NET Webforms, but the css folder will not be on the default location. QUnit is a powerful, easy-to-use, JavaScript test suite. It's used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code (and even capable of testing JavaScript code... More information

  10. 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).

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

  12. 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());

  13. structuremap

    By:

    StructureMap is a Dependency Injection / Inversion of Control tool for .Net that can be used to improve the architectural qualities of an object oriented system by reducing the mechanical costs of good design techniques. StructureMap can enable looser coupling between classes and their dependencies, improve the testability of a class structure, and... More information

    141,970 downloads

  14. Service Clients and Common libs for ServiceStack projects

    By:

    Common library dependency for other ServiceStack projects. Includes JSON, XML, JSV and SOAP Generic Service Clients. Contains: - ServiceStack.Interfaces - ServiceStack.Common Dependencies: - ServiceStack.Text

  15. Seedworks.Persistence

    By:

    A generic Repository for NHibernate

  16. DomiLibrary.Utility

    By:

    Generic library for .NET with helpers

  17. NETFx ICollection<T>.AddRange Extension Method

    By:

    AddRange extension method for ICollection<T>

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

    By:

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

  19. NETFx IDictionary<TKey, TValue>.GetOrAdd Extension Method

    By:

    Provides the GetOrAdd extension method for generic dictionaries, borrowed from the ConcurrentDictionary class.

  20. NETFx IEnumerable<T>.Traverse Extension Method xUnit Tests

    By:

    xUnit Tests for netfx-System.Collections.Generic.IEnumerable.Traverse