What is main difference between different versions of .Net from 1.0 to Core
Difference between different versions of .Net
Collapse
X
-
Tags: None
-
The .NET Framework supports Windows and Web applications. ... .NET Core is the new cross-platform and open-source .NET framework to develop applications for all major operating system including Mac, Linux, and Windows. . NET Core supports UWP and ASP.NET Core only -
Dot Net framework was releases as a licensed software framework.But the company has released .NET core as a open source software framework. Dot Net framework enabled developers to build applications for a single platform. But .NET core is a cross-platform. The .NET Framework needs to be installed as a single package and run-time environment for Windows. But .NET Core is cross-platform, and needs to be packaged and installed independent of the underlying operating system.Comment
Comment