2
Answers

What is the difference between .Net Core and .Net Framework?

Mikgi Sama

Mikgi Sama

7y
192
1
What is the difference between .Net Core and .Net Framework? 
 
In Visual Studio 2017 when create new project...
 
 
 
Answers (2)
2
Nilesh Patil

Nilesh Patil

NA 3.4k 6.7k 7y
Hi ,
 
Gone through this link is to much helpful to you
 
http://www.c-sharpcorner.com/article/difference-between-net-framework-and-net-core/ 
1
Deepak Khare

Deepak Khare

NA 22 4 7y
The .NET Framework supports Windows and Web applications. Today, you can use Windows Forms, WPF, and UWP to build Windows applications in .NET Framework. ASP.NET MVC is used to build Web applications in .NET Framework.
 
.NET Core is the new open-source and cross-platform framework to build applications for all operating system including Windows, Mac, and Linux. .NET Core supports UWP and ASP.NET Core only. UWP is used to build Windows 10 targets Windows and mobile applications. ASP.NET Core is used to build browser based web applications.