Asynchronicity in ASP.Net Core Web API - why and how to use it 31/03/2022 | C# .NET Following content describes what kind of issues asynchronicity solves in .NET. It illustrates what thread pool exhaustion may lead to and how Task class solves such issues. Except that you will see common misuses with descriptions why they are wrong and how to solve them.