1. .NET CacheAdapter

    By:

    A generic cache mechanism that provides config switching between memory, ASP.NET web, AppFabric and memcached cache mechasnisms. Fully supports AppFabric within Azure.

  2. Repository.RavenDB 1.0.3.13

    By:

    A RavenDB implementation of the generic repository pattern.

  3. Your Last About Dialog

    By:

    Are you tired of recreating the same about dialog logic and content for each Windows Phone app every time? "Your Last About Dialog" is a robust and generic, highly configurable implementation you can easily pull into your own app and set up for your needs. It is able to pull most data from your application automatically, supports fetching both text... More information

  4. EntityGraph

    By:

    A technology to separate generic operations (such as cloning, iterating, validating) from your data model.

  5. Grid.Mvc

    By:

    Package provides functionality to build GridView based on your model items collection. Grid.Mvc support sorting, filtering and paging your data.

  6. Unmanaged Exports (DllExport for .Net)

    By:

    A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The nuget package is all you need. Just mark your metho... More information

  7. Repository.EntityFramework 1.0.3.17

    By:

    An entity framework implementation of the generic repository pattern.

  8. Unified Ad Control for Windows Phone

    By:

    Unified Ad Control for Windows Phone which rotates around: - PubCenter - AdMob - Smaato - MobFox - AdDuplex - InnerActive - MillennialMedia - None - GenericAdProviderForXaml

  9. Quickstart - Entity Framework Repository

    By:

    Includes Generic Repository for EF. Part of the Quickstart Series.

  10. West Wind Web and AJAX Utilities (Westwind.Web)

    By:

    West Wind Web and AJAX Utilities provide a host of AJAX and REST services for interaction with jQuery. Key features include support for easy to implement REST and AJAX services and a rich client side JavaScript library that can interact with these services easily. For WebForms there are a host of wrappers for the client side jQuery plug-in controls... More information

  11. Repository Controller

    By:

    An ASP.NET Web API controller that provides automatic CRUD functionality to a generic Repository data store.

  12. Kent.Boogaart.Converters

    By:

    WPF Converters provides a number of generic binding converters for use in WPF and Silverlight applications. Online at http://wpfconverters.codeplex.com/.

  13. Cuemon .NET Framework Additions

    By:

    If you like the structure of the .NET platform, then the Cuemon .NET Framework Additions might just be that extra solution you have been looking for! With these assemblies I have aimed to accomplish at least two things; simplify the tedious work that is always present when coding towards a generic framework, and implementing some core- and utility ... More information

  14. Testing 3.0.0

    By:

    Testing helpers, incl.. Generic Builder to delegate instance creation for testing data using Mocks, Pocos or whatever Resource Finder, simplify getting hold of embedded resources in your tests Benchmark, time how long your code takes, run iterations or time-to-stop benchmarks

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

  16. YAXLib

    By:

    YAXLib is an XML Serialization library which allows the programmer to structure freely the XML result, choose the fields to serialize (public, or non-public properties, or member variables), serialize all known generic and non-generic collections, serialize different kinds of arrays (single-dimensional, multi-dimensional, and jagged arrays), serial... More information

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

  18. Buran MvcLibrary

    By:

    General Library for ASP.NET. Generic repository for code first. Button, CheckList, GroupSelectBox, Label extenders. DateTime model binder.

    1,222 downloads

  19. Seedworks.Persistence

    By:

    A generic Repository for NHibernate