Comparing WebApplicationBuilder to the Generic Host: Exploring .NET 6 - Part 2
In this post I take a first look at the new WebApplication and WebApplicationBuilder types in .NET 6, and compare them to the Generic Host from .NET 5.
This is the second post in the series: Exploring .NET 6.
- Part 1 - Looking inside ConfigurationManager in .NET 6
- Part 2 - Comparing WebApplicationBuilder to the Generic Host (this post)
- Part 3 - Exploring the code behind WebApplicationBuilder
- Part 4 - Building a middleware pipeline with WebApplication
- Part 5 - Supporting EF Core migrations with WebApplicationBuilder
- Part 6 - Supporting integration tests with WebApplicationFactory in .NET 6
- Part 7 - Analyzers for ASP.NET Core in .NET 6
- Part 8 - Improving logging performance with source generators
- Part 9 - Source generator updates: incremental generators
- Part 10 - New dependency injection features in .NET 6
- Part 11 - [CallerArgumentEx pression] and throw helpers
- Part 12 - Upgrading a .NET 5 "Startup-based" app to .NET 6
Namaste Devops is a one stop solution view, read and learn Devops Articles selected from worlds Top Devops content publishers inclusing AWS, Azure and others. All the credit/appreciations/issues apart from the Clean UI and faster loading time goes to original author.
Comments
Post a Comment