Comparing WebApplicationBuilder to the Generic Host: Exploring .NET Core 6 - Part 2

added by DotNetKicks
9/21/2021 10:39:22 AM

1954 Views

There's a new "default" way to build applications in .NET, using WebApplication.CreateBuilder(). In this post I compare this approach to the previous approaches, discuss why the change was made, and look at the impact. In the next post I'll look at the code behind WebApplication and WebApplicationBuilder to see how they work.


0 comments