ASP.NET Core 6 Hosting There are 2 huge architectural changes in ASP.NET Core 6. Firstly, it’s much leaner – e.g. no longer requires System.Web.dll. Secondly, it’s modular – almost all features are implemented as NuGet packages. Microsoft keep up to date their technologies, the previous version is ASP.NET Core 5, and now they have released […]