New features in ASP.NET Core
Over the past few years, Microsoft has rapidly expanded the capabilities of ASP.NET Core. You should note which .NET platforms are supported, as shown in the following list:
- ASP.NET 1.0 to 2.2 runs on either .NET Core or .NET Framework.
- ASP.NET Core 3.0 or later only runs on .NET Core 3.0 or later.
ASP.NET Core 1.0
ASP.NET Core 1.0 was released in June 2016 and focused on implementing a minimum API suitable for building modern cross-platform web apps and services for Windows, macOS, and Linux.
More Information: You can read the ASP.NET Core 1.0 announcement at the following link: https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-1-0/
ASP.NET Core 1.1
ASP.NET Core 1.1 was released in November 2016 and focused on bug fixes and general improvements to features and performance.
More Information: You can read the ASP.NET Core 1.1 announcement at the following link: https://devblogs...