This is the first post in the series: Running async tasks on app startup in ASP.NET Core.
- Part 1 - Built in options for running async tasks (this post)
- Part 2 - Two approaches for running async tasks
- Part 3 - Feedback on async task examples and another possible solution
- Part 4 - Using health checks to run async tasks in ASP.NET Core
- Part 5 - Running async tasks on app startup in ASP.NET Core 3.0