C# 5 Async, Part 3: Preparing Existing code For Await
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/