Yesterday, at the .NET Conf, new .NET Core 2.2 Preview 2 SDK and Visual Studio 2017 15.9 Preview 2 were announced. ASP.NET Core 2.2 is a part of these preview downloads.
In this below video, Daniel Roth, Program Manager at Microsoft talks about how to install ASP.NET Core 2.2 Preview 2 and get started with it.
The new features in ASP.NET Core 2.2 Preview 2 includes the following:
- ASP.NET Core Web Project template now updated to Bootstrap 4 that gives a fresh look to the page. Most of extra elements are removed. Default UI also supports Bootstrap 4.
- For SPA based templates now support Angular 6
- Web API improvements is the big theme for this release.
- HTTP/2 support is added.
- IIS in-process hosting model is added for IIS.
- Health checks framework is integrated now to monitor health of APIs and apps.
- Endpoint routing is introduced and takes care of several routing problems.
- ASP.NET Core SignalR Java client is added.
Watch the following video to learn these in details: