1. Dapper dot net async

    By:

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

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

  3. AsyncAwaitCTP

    By:

    Quick Installer for the Async Await Library for .net 4.0 projects (VS 2010)

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

  5. Visual Studio Async CTP (Version 3, Unofficial)

    By:

    AsyncCtpLibrary.dll from Visual Studio Async CTP Samples folder

    3,587 downloads

  6. Rhino.ServiceBus

    By:

    A developer friendly service bus for .NET

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

  8. AsyncBridge - Async Support for .NET 4.0

    By:

    Adds the new C#5 async features for .NET 4 projects

  9. Enterprise Library 5.0 - Transient Fault Handling Application Block

    By:

    The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Windows Azure application more reliable and resilient... More information

  10. AsyncTaskFactory

    By:

    这个设计针对在Silverlight中经常需要对多个远程服务进行调用,而且我们可能需要让这些任务之间有固定的顺序,同时还希望能够在任务之间传递任务状态。最新版本还支持进度汇报的功能

  11. Async and Task Helpers

    By:

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

  12. Kayak

    By:

    Kayak is an event-base IO libary for .NET. Kayak allows you to easily create TCP clients and servers, and contains an HTTP/1.1 server implementation.

  13. AsyncFunc

    By:

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

  14. MakeMeAsync

    By:

    Helps with async declaration. Async.For(your_method_here).Subscribe(on_Complete_Method).Run()

  15. Async Live Connect SDK

    By:

    A package that enables the use of the async/await pattern with Microsoft's Live Connect SDK on Windows Phone.

  16. Asynchronous unit test support for Visual Studio

    By:

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

  17. AsyncBridge - Async Support for .NET 3.5

    By:

    Adds the new C#5 async features for .NET 3.5 projects

  18. AsyncWcfLib

    By:

    Communication library for asynchronous, actor based, distributed computing, based on WCF. Supporting async-await, application internal and external message passing, no config files, service discovery by name, Mono and .NET 3.5 - 4.5.

  19. Async.js

    By:

    Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with node.js, it can also be used directly in the browser. Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some commo... More information

  20. TPL Dataflow

    By:

    TPL Dataflow is a .NET Framework library for building concurrent applications. It promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchro... More information