An asynchronous implementations of delegate command and other base common classes for WPF.
The idea of AsyncCommand
implementation is based on the articles of Stephen Cleary's blog about async MVVM patterns.
Th package is available through the NuGet by running the command
PM> Install-Package WpfAsyncPack
All information about the library and how to use it can be found in the wiki and on my blog.