Task-based Asynchronous Pattern in .NET

Microsoft released a whitepaper that talks about the Task-based Asynchronous Pattern (TAP). TAP represents arbitrary asynchronous operation and is based on the Task and Task{TResult} types in the System.Threading.Tasks namespace.

The document talks about the Task-based Asynchronous pattern and how to implement and consume it in your applications. The document also shows you how to communicate TAP with other .NET Async Pattern types like the IAsyncResult pattern and the event-based asynchronous pattern (EAP), along with a case study.

Download the Task-based Asynchronous Pattern Whitepaper






About The Author

Suprotim Agarwal
Suprotim Agarwal, Developer Technologies MVP (Microsoft Most Valuable Professional) is the founder and contributor for DevCurry, DotNetCurry and SQLServerCurry. He is the Chief Editor of a Developer Magazine called DNC Magazine. He has also authored two Books - 51 Recipes using jQuery with ASP.NET Controls. and The Absolutely Awesome jQuery CookBook.

Follow him on twitter @suprotimagarwal.

No comments: