I have been looking for books to study the latest .NET Framework. As far as I know .NET is up to 4.6 but ASP.NET is up to 5(Core)
Is .NET Core the name for .NET 5 or are we still currently at .NET 4.6?
I have been looking for books to study the latest .NET Framework. As far as I know .NET is up to 4.6 but ASP.NET is up to 5(Core)
Is .NET Core the name for .NET 5 or are we still currently at .NET 4.6?
To quote Scott Hansleman:
Update
On 7th of May 2019, Microsoft announced .NET 5
Actually since the 6th of May 2019 we can answer yes to this question, .NET Core will be renamed .NET 5 to be released in November 2020 and the traditional .NET Fx v4.x won't receive anymore love from MS.
All details in this 6th of May 2019 Microsoft blog post announcement: Introducing .NET 5
Recently Microsoft finished a few new articles at the new documentation site to cover related discussions, like this,
https://docs.microsoft.com/en-us/dotnet/articles/standard/choosing-core-framework-server
So you should treat .NET Core as a new platform, different from .NET Framework but with some similarity. To choose from them, you should check whether the benefits of .NET Core help your projects.
For anyone ending up here after the fact, as of 6th May 2019, there is a new answer to what .net-5.0 is all about. In summary, .NET Core and .NET Framework are coming together as .NET 5 and there will be "just one .NET going forward".
The original announcement and the new .NET schedule can be found on the .NET Blog, and it was also discussed at Build 2019 in a Scott Hanselman session (timestamp: 52:30) entitled ".NET Platform Overview and Roadmap".