PreviousNext

Async Programming - Brownfield Async Development

by bill-s, 2015-07-04T07:32:07.000Z

When the Visual Studio Async CTP came out, I was in a fortunate position. I was the sole developer for two relatively small greenfield applications that would benefit from async and await. During this time, various members of the MSDN forums including myself were discovering, discussing and implementing several asynchronous best practices. The most important of those practices are compiled into my March 2013 MSDN Magazinearticle, “Best Practices in Asynchronous Programming” (msdn.microsoft.com/magazine/jj991977).

Read More