Top 20 NuGet async Packages

Provides a distributed locking implementation based on Azure blob leases
Core interfaces and utilities that support the DistributedLock.* family of packages
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 Win...
Transient error detection strategies to use with Windows Azure SQL Database, for the Transient Fault Handling Application Block ("Topaz").
Asynchronous Log4Net appenders and forwarder
HTTP lambda helpers for Magic, allowing you to invoke HTTP REST endpoints using Magic and Hyperlambda. To use package go to https://polterguy.github.io
User-space HTTP and HTTPS server without http.sys written in C#. Please visit the project site README for details on implementation.
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types var (result1, result2) = await (GetStringAsync(), GetGuidAsync()); Based on the work of Joseph Musser https://github.com/jnm2
Asynchronous locks and .NET threading extensions
This package adds original NamedPipeServerStream constructors from Net.Framework to NetStandard See System.IO.Pipes.NamedPipeServerStreamConstructors.New method Features: - Completely repeats constructor behavior from .Net Framework (including exceptions) - Has a strong name - Restored from decompi...
A C# lock replacement for async/await, supporting recursion/re-entrance and asynchronous waits. Handles async recursion correctly - note that Nito.AsyncEx does not!
Ultimate Rx.Net extension. Turn primitive variable to be reactive ! Refer to readme for more details and examples
Checks for `ConfigureAwait(false)` usage. More info: * https://www.tabsoverspaces.com/id/233852 * https://www.tabsoverspaces.com/id/233732 * https://www.tabsoverspaces.com/id/233523 * https://www.tabsoverspaces.com/id/233476
A collection of analyzers related to best practices for writing asynchronous code.
A simple helper to perform async application initialization in ASP.NET Core 2.0 or higher.
The client module for a simple SSL or non-SSL Tcp Client with authentication.
The server module for an easy to use and heavily customizable Tcp layer for N-Tier architecture.
The client module for an easy to use and heavily customizable Tcp layer for N-Tier architecture.
The server and client modules for an easy to use and heavily customizable Tcp layer for N-Tier architecture.
A thread-safe, concurrent, expirable, async cache