To await or not - C# and asynchronous programming
Since the introduction of async/await in C# 5 (2012), new developers still struggle to understand how it works and when to use it. I have conducted numerous interviews in which even experienced developers have struggled to explain how async/await wor...
ronaldkainda.blog4 min read
Sami Mejri
Senior .Net Developer - AWS Certified Developer Associate
Great article! However, I wish that in the examples you differ the awaiting part so that you benefit from the parallelism. Beginners are often confused with the async/await examples. I made an article about this: blog.smejri.link/understanding-c-async-methods