This post explores different ways of running background tasks in ASP.NET Core applications without depending on external providers. It covers running one-off background tasks with IHostedService and BackgroundService, as well as running recurring background tasks with IHostedService and BackgroundService.
Table of contents
Example SetupRunning One-off Background Tasks in ASP.NET CoreRunning Recurring Background Tasks in ASP.NET CoreConclusionSort: