Top 20 NuGet Packages

Memory policy with base implementations with ArrayPool<T> support from the BCL.
Unit-tested, efficient and easily extandable implementation of a tcp network server logic using the last pipelines API. This project is based on SimplPipelines.
If you cannot use async and await, use AsyncMethodCaller to easily make asynchronous calls. The code becomes testable and it works perfectly in ViewModels.
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 helper library for unit testing code using the Task-based Asynchronous Pattern (TAP).
EventWay is a modular Event Source + CQRS framework.
EventWay is a modular Event Source + CQRS framework.
EventWay is a modular Event Source + CQRS framework.
EventWay is a modular Event Source + CQRS framework.
Asynchronous TCP C# library for client applications.
Asynchronous API of the command pattern for C#.
Event Aggregator aggregates events from multiple objects into itself, passing that same event onto its observers.
MSBuild task which extends Exec but does not wait for the spawned process to terminate. The task in this package should be loaded by UtilPack.NuGet.MSBuild task factory.
A library that provides async IO operations and transactions. Supports conversions back and forth from popular formats like Json, Bson, Xml, Csv on the fly or directly to persist.
Minimalistic tool for synchronizing access across one or several await calls. Based on code developed and described by Stephen Toub, http://blogs.msdn.com/b/pfxteam/archive/2012/02/11/10266920.aspx.
The easiest way to analyze and fix method names for asynchronous methods.
Portable Client Library and HttpClient based OAuth library, including all platform(for PCL as .NET 4.0, .NET 4.5, Silverlight4, Silverlight5, Windows Phone 8.0, Windows Store Apps). This is an independently uploaded package and has no link with the original project or any of its contributors.
Adapter to run Selenium tests through AsyncOperaDriver