What is new in ASP.NET Core 2, compared to ASP.NET Core 1?

Technology CommunityCategory: ASP.NETWhat is new in ASP.NET Core 2, compared to ASP.NET Core 1?
VietMX Staff asked 3 years ago

With ASP.NET Core 2 several new features came out:

  • Razor Pages
  • DbContext Pooling with Entity Framework Core 2
  • Simplified Application Host Configuration
  • Configuration is now part of DI and ready for the time server reaches Startup class
  • Simplified authentication model
  • dotnet new now restore NuGet packages automatically
  • New meta package – Microsoft.AspNetCore.All