Top 20 NuGet asynchronous Packages

Corlib-Reactive is a class-library containing many useful types missing from the .NET Framework, such as the EventLoopSchedulerSlim, extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!
Punch 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. Punch takes care of these fundamental responsibil...
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, ...
ASP.Net MVC library for Ajax, Hijax, and reverse-Ajax (Comet)
Library containing asynchronous (de)serialization methods for Newtonsoft.JSON JTokens. The deserialization functionality is available through UtilPack.JSON.JTokenStreamReader class. The serialization functionality is available through extension method to UtilPack.PotentiallyAsyncWriterLogic<IE...
The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL.Implementation assembly provides implementation and API in order to create connection pools which can create connections to PostgreSQL database backend. A good starting point is PgSQLConnectionPool class.
A NetClient implementation supporting JSON-RPC APIs.
Provides skeleton implementation and ready solution for typical connection factory class operating on (network) stream..
Package Description
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-subscrib...
CorLib is a class-library containing many useful types missing from the .NET Framework, such as Gate, AtomicUInt64, & EventLoopSchedulerSlim, and extension methods expanding on Rx's ToTask for APM integration, as well as WaitHandle conversions to IObsevable<Unit>!
A helper library for using TFS ICancelableAsync with the Task-Based Asynchronous Pattern (TAP) and Visual Studio Async CTP / Visual Studio 11.
Readers and writers for CSV and fixed-length file formats. Supports both synchronous and asynchronous operation, data annotations, and wicked fast object serialization.
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, ...
Punch 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. Punch takes care of these fundamental responsibil...
A pure-javascript integration tester for AngularJS that can be run inline with application code. Written by Matias Niemelä and offered from Breeze Labs with his kind permission. This package adds a single file, "ngMidwayTester.js" to your project's "scripts" folder. See the author's post, "Full-Sp...
Easy-to-use exception causality chains for async/await.
ServiceProxy is a lightweight asynchronous service proxy that allows you to use service contracts in a request/reply manner with your favorite messaging framework.
ServiceProxy.Zmq is a scalable request/reply messaging framework built with ZeroMQ that supports service contracts using ServiceProxy.