Async and Await are not new to C# language, but are new to me. I discovered them recently when I was on a conference, where Damir Arh was talking about “Best Practices for Using async and await“. In his presentation, he pointed out basics and common mistakes a developer can make while writing asynchronous code. At the end he gave us a list of useful resources, which I am also listing below.
- Six Essential Tips For Async – Introduction by Charles, Lucian Wischik
- Async and Await by Stephen Cleary
- ExecutionContext vs SynchronizationContext by
Enjoy :)!
Leave a Reply
You must belogged in to post a comment.