Using background service in Asp.net Core Minimal APIs
Background tasks are services that aren’t meant to execute during a regular flow of a typical application, such as sending email confirmations or updating the database with new data. These tasks are not meant to interact with the customers or process...
blog.jhonatanoliveira.dev7 min read