Better approach to store the async calls and execute it sequentially – Asp.net
I have a quartz job that runs once in 30 days in my ASP.NET application. The job loops through and passes the data to the API which in turn fetches JSON data. I am trying to store the data in…