This is the third post in the series: Running async tasks on app startup in ASP.NET Core.
- Part 1 - Built in options for running async tasks
- Part 2 - Two approaches for running async tasks
- Part 3 - Feedback on async task examples and another possible solution (this post)
- 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