Concurrency (1)

How and Where Concurrent Asynchronous I/O with ASP.NET Web API
21 February 2014 ยท 9 minutes read

When we have uncorrelated multiple I/O operations that need to be kicked off, we have quite a few ways to fire them off and which way you choose makes a great amount of difference on a .NET server side application. In this post, we will see how we can handle the different approaches in ASP.NET Web API.