Async and Await in C#
Details
Asynchronous programming is the new hotness. C# 5.0 introduces the `async` and `await` keywords at the language level. Nicholas Cloud will be talking about how these keywords work and good how you can use them in your own applications.