Recommended reading for developers- V2
A few years ago I posted about some recommended reading for developers. The tooling I use has changed ever so slightly (NSubstitute replaces RhinoMocks) but the content is still completely relevant. More recently I provide my team with recommended reading specifically about async development.
The following links are some great articles to help developers up to speed on async development in addition to the previous post.
Async/await
MSDN - Asynchronous Programming with Async and Await (C# and Visual Basic)
Stephen Cleary - Async and Await
Jon Wagner - Best Practices for c# async/await
MSDN Magazine - Stephen Cleary - Best Practices in Asynchronous Programming
MSDN Magazine - Stephen Toub - Async Performance: Understanding the Costs of Async and Await
ASP.NET – Using Asynchronous Methods in ASP.NET MVC 4