Wednesday, February 29, 2012

Tapping into the Task-based Asynchronous Pattern

Microsoft Downloads - Task-based Asynchronous Pattern

"This document provides an in-depth look at the new Task-based Asynchronous Pattern (TAP) for the .NET Framework.

Version: 1
Date Published: 2/29/2012

Language: English

TAP.docx, 114 KB

The Task-based Asynchronous Pattern (TAP) is a new pattern for asynchrony in the .NET Framework. It is based on the Task and Task{TResult} types in the System.Threading.Tasks namespace, which are used to represent arbitrary asynchronous operations.

..."

image

image

I liked the information density of this document, code, depth and details, no marketing bla-bla

No comments: