Top 20 NuGet async Packages

Simple helper that provides message queuing for any class.
Easy use for retry operations in your application. Support async, Web Or IO transient error and more.
Mr Flakey provides easy way to do ad-hoc testing of network failure of your async calls. (1) Add the NuGet package (2) On any async network call that might fail and you want to test, stick a call to the Flakey extension method. For instance "Await DownloadAsync().Flakey()" (3) For ad-hoc te...
A fluent interface for unit testing INotifyPropertyChanged events
Outsorcery is an open-source library for adding distributed computing capabilities to your software. It is scalable, customisable and asynchronous.
Install this assembly in aspnet project
A helper library for unit testing code using the Task-based Asynchronous Pattern (TAP).
A wrapper for System.Data.Common and DbConnection that provides a simplified convenient API
A utility class for retrying an invocation a specified number of times, with a specified interval between retries
A class which is useful for asserting invocations of IRetrier in tests
Simple, light weight, extensible, asynchronous logging framework
Extensions to the AsyncBuilder to allow Task to be used in an async block
Provides Windows IoT apps with an easy to use interface to 4D Systems’ graphic display modules. IoT devices like the Raspberry Pi 2, 3, Dragonboard 410c or Minnowboard Max are connected to the 4D Systems display module via a Silicon Labs CP2102 USB to Serial UART Bridge Converter cable. Host communi...
NetClient is library containing the abstractions and fundamental types to support a generic and asynchronous service API client.
Provides various extension methods for use with IQueryable<T> implementations.
zxm.AsyncLock is an extensions to lock when async/await.
A simple framework to separate .NET code from SQL code using the Dapper micro ORM. Drapper is a data wrapper inspired by, and built on Dapper, (Data/Dapper + Wrapper = Drapper).
A library providing advanced task features like communication with tasks and simple exit and waiting methods.
TryIt offers a simple, fluent way to try/retry actions, methods and tasks. You can pause between retries using one of the built-in delay policies or create your own. You can also add error and success policies to fine tune your control of the process. **Warning** Versions 2.0.0 and above...