This project shows an example of using Worker/Background services provided by ASP.NET Core. These can be used for more simple tasks that need to run continuously in the background and setting up Hangfire or Quartz.NET would be overkill.
Detailed documentation can be found here.
Examples with the project:
- Multiple Background Worker services
- Dependency Injection setup