1. Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5 and 8

    By:

    This package enables Visual Studio 2012 projects targeting .NET Framework 4 (with KB2468871), Silverlight 4 and 5, and Windows Phone 7.5 (including any portable library combinations) to use the new 'async' and 'await' keywords. This package also includes Task-based extension methods that allow using some of the existing asynchronous APIs with the n... More information

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

  3. Async and Task Helpers

    By:

    A helper library for the Task-Based Asynchronous Pattern (TAP).

  4. Asynchronous unit test support for Visual Studio

    By:

    "[TestMethod] async void MyTest()" actually works correctly.

  5. AsyncFunc

    By:

    Easy way to implement Event-based Asynchronous Pattern in .NET.

  6. DevForce 2012 Client

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  7. AMPSharp

    By:

    A client/server implementation of AMP, the Asynchronous Messaging Protocol, for .NET.

  8. Rebus

    By:

    Rebus is a lean service bus implementation, similar in nature to NServiceBus, MassTransit, Rhino Service Bus etc.

  9. bbv.Common.Async

    By:

    AsyncWorker (simplified API for BackgroundWorker), AsyncResult to implement asynchronous tasks. bbv.Common.Async is a part of bbv.Common, a library of .NET components and functionality including: * (a)synchronous notification component with thread switching using publisher-subscriber pattern, * hierarchical state machine wit... More information

  10. Cocktail 2012

    By:

    Cocktail is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Cocktail takes care of these fundamental responsibilities with loosely coupled, open source, and... More information

  11. ALinq

    By:

    Asynchronous LINQ to Objects query processing

  12. Transient Fault Handling Core

    By:

    The Transient Fault Handling Core provides the retry mechanisms to make your application more resilient to transient faults in both synchronous and asynchronous scenarios.

  13. DevForce 2012 Server

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  14. BookSleeve

    By:

    Fully asynchronous Redis client, capable of pipelined operations; this acts as a multiplexer, allowing high-performance parallel usage of a single connection (or few connections) without being blocked on each separate request. All core redis opeations are supported. This library can also be used from C# 5.0/async very effectively.

  15. Dapper dot net async

    By:

    A fork of Dapper with additional QueryAsync methods using .NET Framework 4.5's Task-Based Asynchronous Pattern.

  16. Power Threading

    By:

    Wintellect's own Jeffrey Richter has produced the Power Threading library (DLL) containing many classes to help with threading and asynchronous programming. There are versions of the library for the .NET Framework, Silverlight, and the .NET Compact Framework. Jeffrey has described many of the classes contained in the library by way of his MSDN M... More information

  17. IdComLog.Data

    By:

    Readers and writers for CSV and fixed-length file formats. Supports both synchronous and asynchronous operation, data annotations, and wicked fast object serialization.

  18. Smith.AsyncMemcachedClient

    By:

    Fully asynchronous memcached client that uses consistent hashing to minimise cache loss if a cache server leaves the cluster or if you add a cache server to the cluster. Built in performance counters so you can see how the memcached client is behaving on your machine and how many requests you are making. Cache server monitoring is built in so cache... More information

  19. Cocktail 2012 Utils

    By:

    Cocktail is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Cocktail takes care of these fundamental responsibilities with loosely coupled, open source, and... More information

  20. Q

    By:

    A library for making and composing asynchronous promises in JavaScript.