Effectively use async/await with ASP.NET Web API
I am not very sure whether it will make any difference in performance of my API. Bear in mind that the primary benefit of asynchronous code on the server side is scalability. It won’t magically make your requests run faster. I cover several “should I use async” considerations in my article on async ASP.NET. I think your use case (calling … Read more