Top 20 NuGet asynchronous Packages

Asynchronous solution import plugin for XrmToolBox
Additional IAsyncEnumerable Extension Methods
Easily retry your asynchronous operation
Contains a specialised FIFO Queue for asynchronous transport of items between tasks. You can have multiple working tasks adding items to the queue, as well as multiple working tasks subscribing to items from the queue.
The suite of SafeExecution helpers provide a safe, consistent way to catch exceptions when running Asynchronous code while also reducing boilerplate code.
Enable your applications to become high-throughput, cross-platform, full-duplex, stand-alone WebSocket servers and/or clients optimized for pushing real-time data to large number of connections. PowerWebSockets features lightweight JSON messaging, push-to-all, burst messaging, streaming API, per-mes...
C# LINQ Async extension methods library for async/await task.
Transfer all your logs to the Azure Table or Blob Storage via Appender for log4net
Lightweight and highly scalable asynchronous WebSocket listener, compilant with the official RFC6455 specification. It supports async/await operations, SSL/TLS (wss://), message compression, customizable HTTP negotiation, built-in keep-alive, latency control, partial frames and have several extensib...
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, ...
This package enables Visual Studio 2012 projects 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 new language keywords. Windows Phone Silverlight 8 projects can use this package to g...
EasyActor provides a factory that transforms POCOs in actors that are then seen trougth an interface. Actor guarantees that all calls to the actor interface will occur in a separated thread, sequencially. In order to work, The target interface should only expose methods returning Task or Task. If t...
ParallelHelper is a static code analyzer that helps to identify concurrency related issues. Moreover, it provides hints to improve the robustness of code with concurrency in mind.
.Net Core common logging abstractions to make logging calls asynchronous in an application. The abstration allows for any logging library (Log4Net and etc) to be used as the library abstractions will "spool" the log entries.
Asyncify-CSharp is an analyzer and codefix that allows you to quickly update your code to use the Task Asynchronous Programming model. This model, introduced in C# 5, adds an intuitive way of handling asynchronous calls within C#. The analyzer allows large codebases to be easily modified to use the ...
Commands simplifies coordination of asynchronous and synchronous activities. It works with both task and non-task-based operations. The library is built upon class Command, which represents an action. A Command may be run synchronously or asynchronously, and may be aborted. ParallelCommands, itself...
A client/server implementation of AMP, the Asynchronous Messaging Protocol, for .NET.
"[TestMethod] async void MyTest()" actually works correctly.
A simple library for retrying operations with backoff and async support.
ASP.Net MVC library for Ajax, Hijax, and reverse-Ajax (Comet)