In a typical web application, it is a common requirement to make multiple HTTP requests in parallel. Although this seems to be straightforward in .NET since the introduction of async/await structure, it is easy to hit some problems when the number of parallel HTTP requests increases beyond some threshold. I will first try to address…
Hello world!
Finally, I’ve got some time to start my blog for real. Yay! We are here! I will try to blog about my day-to-day software problems and discussions. I think my employers are pretty sure that I can write code, but I don’t know if I can write some articles about software. We will see the…