Artem Mikulich

Async vs Sync Benchmark (.NET): The Difference Between Asynchronous and Synchronous Methods | HackerNoon

One of my favorite interview questions is “What do such words as async and await tell you?” because it opens up an opportunity to have an interesting discussion with an interviewee… Or it doesn’t because they float on this topic. In my opinion, it is drastically important to understand why we use this technique. I feel like many developers prefer to rely on the “it is the best practice” statement and use asynchronous methods blindly.

Read More »