Task-based Asynchronous Pattern
By Mirek on (tags: async, TAP, categories: architecture)Task-based Asynchronous Pattern with async and await keywords introduced in .net framework 4.5 starting point.
First recommendation is downloading and reading 96 pages document about Task-based Asynchronous Pattern from Microsoft Download Center.
Next go through the msdn lab: here and article here.
Have a nice reading