Rory Primrose

Learn from my mistakes, you don't have time to make them yourself

View project on GitHub

Recommended reading for developers- V2

Posted on October 16, 2013

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

NSubstitute

Documentation and examples