Top 20 NuGet async Packages

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 ...
Stop copying and pasting code in order to support Async/Await! Shaolinq.AsyncRewriter generates async methods from your sync methods using Roslyn. AsyncRewriter is used extensively by the Shaolinq ORM/LINQ project.
A lightweight HTTP compliant web server written in C# with full async/await implementation
"[TestMethod] async void MyTest()" actually works correctly.
Access Stored Procedures with Code First. Includes support for Input and Output parameters, multiple result sets and Table-valued parameters. V2.1 updates the Table-valued parameter support to a much simpler POCO model, more in keeping with the spirit of Code First / Entity Framework 4.1 ...
TPL Dataflow 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 asynchrony provided by C#, ...
SiftScienceNet is a .NET class library that provides an easy-to-use async interface for the SiftScience web api
An asynchronous, callback-based & async/await Http client for UWP (Universal Windows Platform)
A library for building contract based execution flows, providing computational expression builder for the classic Async<Choice> where Choice is recrated as a Type called Result.
Jasmine test utilities library. This library enables running non-trivial tests using an iFrame. The library solves the 'fixtures' problem, i.e. fixtures in Jasmine are a fixed-in-time representation of a UI or UI control, and can produce false positives when the dynamic UI elements have change...
Caching done right, with async support
Genuine Channels is a high-end transport environment accessible through .NET Remoting and Direct eXchange Manager (DXM) API. Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, ...
A Reactive Property for use in cross platform applications based on ReactiveUI
An implementation of an actor designed to integrate with C#'s async/await.
Transient error detection strategies to use with Windows Azure Caching or Windows Server AppFabric Caching, for the Transient Fault Handling Application Block ("Topaz"). This library contains a class library that targets .Net Core 2.0 & .Net Standard 2.0.
Async only library for accessing Redis from DotNet Core
Epic AsyncEx library converted to .NET Core RC2. The original project does not yet support RC2 (only RC1 in new modular packages).
A library extending Magneto with implementations of ICacheStore backed by implementations from Microsoft.Extensions.Caching.