Hacker News new | ask | show | jobs
by malekpour 3645 days ago
They reset versioning to 1.0 by renaming .NET to .NET Core
1 comments

The full .NET framework (Windows only) will live on, currently at 4.6.2, I believe. ".NET Core" is the new open source, cross-platform subset of the full .NET framework.
IMHO the full .NET is from today considered a legacy platform. I would compare the situation to WebForms / MVC - who does new projects with WebForms now?
As far as I remember the long term plan is to stack the remaining APIs from the full .NET on top of .NET Core.

So Microsoft would have: .NET Core - base for everything. .NET - Windows specific bits, Xamarin - mobile specific bits.