ASP .NET Core 9¶
ASP.NET Core 9 is the latest version of Microsoft's cross-platform, high-performance framework for building modern, cloud-based, and internet-connected applications.
.NET 9 is the successor to .NET 8. It will be supported for one year as a standart-term support (STS) release. You can download .NET 9 here.
Prerequisites:
- Visual Studio 2022 17.12
- .NET 9 SDK
ASP .NET Core 8¶
NET 8 is officially released and generally available on Nov 14th, 2023. Microsoft has officially released the .NET 8 which is the latest version of the cross-platform and open-source software development platform in the .NET ecosystem.
.NET 8 is the successor to .NET 7. It will be supported for three years as a long-term support (LTS) release. You can download .NET 8 here.
Prerequisites:
- Visual Studio 2022 17.8
- .NET 8 SDK
If you don’t have these prerequisites, you can download and install Visual Studio 2022 17.8 from here. However, if you have already a Visual Studio 2022 lower version than the one mentioned above then you can upgrade that to Visual Studio 2022 17.8 from the Visual Studio installer as well.