Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 876 Bytes

WPF Async Pack

An asynchronous implementations of delegate command and other base common classes for WPF.

NuGet version Build status

The idea of AsyncCommand implementation is based on the articles of Stephen Cleary's blog about async MVVM patterns.

Installation

Th package is available through the NuGet by running the command

PM> Install-Package WpfAsyncPack

Documentation

All information about the library and how to use it can be found in the wiki and on my blog.