Concurrent request handling in ASP.NET web api
I have a very simple web application that contains a few endpoints in it (Get, Put, Delete). The task of the app is to store/return/remove some data from my DB. I want to add concurrency to the project to avoid…