ASP.NET Core Playground - 4. Process data from SQL in batches
So I had to make a background worker that was supposed to process a lot of data coming directly from the database and run all that data through a microservice via an API. Waiting to download everyt...