Get user certificate from Active Directory

How to start with C# Async and Await

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.

  1. Six Essential Tips For Async – Introduction by Charles, Lucian Wischik
  2. Async and Await by Stephen Cleary
  3. ExecutionContext vs SynchronizationContext by Stephen Toub

Enjoy :)!

About Miha
I've always been fascinated by computers. I am happy that I can work in this creative field of software development, where I can solve problems. I am also an avid cyclist :) and I love to learn...a lot!
Related Posts
  • All
  • By Author
  • By Category
  • By Tag

Leave a Reply