Still Using Task.Run() in ASP.NET Core? Fix Your C# Async Await the Right Way
Your ASP.NET Core API is slow, so you add Task.Run() and expect things to get better.
It may look like a quick fix, but Task.Run() does not make every operation faster. In many cases, it only moves th
qodors.hashnode.dev7 min read