This is the fifth post in the series: Exploring ASP.NET Core 3.0.
- Part 1 - Exploring the new project file, Program.cs, and the generic host
- Part 2 - Comparing Startup.cs between the ASP.NET Core 3.0 templates
- Part 3 - New in ASP.NET Core 3: Service provider validation
- Part 4 - Running async tasks on app startup in ASP.NET Core 3.0
- Part 5 - Introducing IHostLifetime and untangling the Generic Host startup interactions (this post)
- Part 6 - New in ASP.NET Core 3.0: structured logging for startup messages
- Part 7 - New in .NET Core 3.0: local tools
- Part 8 - Exploring the new rollForward and allowPrerelease settings in global.json