Earlier quoted context omitted.
Is it not currently asp.net core?
.NET is kind of like JVM but also usually includes an SDK, a build system and a package manager (NuGet), when people use the term. It is then targeted by various languages: C#, F#, VB.NET and smaller projects - anything that emits "canonical" .NET assemblies (that use IL) works. ASP.NET Core is a web framework for .NET, it's distributed with SDK so "comes out of box". EF Core is an ORM framework, it does not come out…
ASP.NET Core is not a web framework for .NET; it's at least four different web frameworks you can choose between. It's more like the overarching branding for anything web-related in the dotnet ecosystem.
https://learn.microsoft.com/en-us/aspnet/core/tutorials/choo...