If someone is working only on MS Windows platform and may not develop for multi-platform like Linux anytime, then is it required to learn Dot Net Core?
MS-Only devs can ignore dot net core?
thanks in advance
Nilesh
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saineshwar BageriPosted Jan 20, 2017, 12:39 PM
.NET Framework is the "full" or "traditional" flavor of .NET that's distributed with Windows. Use this when you are building a desktop Windows app or working with ASP.NET 4.5/4.6.
.NET Core is cross-platform .NET that can run on Windows, Mac, and Linux. Use this when you want to build applications that can run on any platform, including ASP.NET Core (cross-platform web applications).