.NET Async Programming in a Nutshell

Nelson Parente
4 min readSep 12, 2020
Photo by Lopez Robin on Unsplash

Asynchronous programming is not a new concept and has been around for several years and it is nowadays a new standard in modern frameworks like AspNetCore. This framework is now fully asynchronous and it's not easy to avoid using its async keyword.

I think there is a certain cloud of fear when it comes to asynchronism, developers sometimes feel afraid of using it because they don’t understand how to…

--

--