Synchronous vs Asynchronous Methods in ASP.NET
Synchronous Method Stopwatch application: Result: 3.506 s Google chrome benchmark: Result: 3.42 s Asynchronous Method Stopwatch application: Result: 1.143 s Google chrome benchmark: Result: 1.40 s References Tutorial can be read here Sample project can be found here Conclusion So far, a lot of attention has been paid on how to use async, but there…