C# 5 Async, Part 3: Preparing Existing code For Await

Published Tue, Dec 14 2010 12:25
While the Visual Studio Async CTP provides a fantastic model for asynchronous programming, it requires code to be implemented in terms of Task and Task<T>.  The CTP adds support for Task-based asynchrony to the .NET Framework methods, and Read More...

Read the complete post at http://feedproxy.google.com/~r/ReedCopsey/~3/eUoiPcmskAw/