1 / 6

difference between .net core and .net framework.

all functiionalities a are explained here.

mshrish39
Télécharger la présentation

difference between .net core and .net framework.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. DIFFERENCES BETWEEN .NET CORE AND .NET FRAMEWORK CONTACT US 7084185185 WWW.WEBGANGES.COM

  2. DIFFERNCES

  3. OPEN SOURCE NET Framework was releases as a licensed and proprietary software framework. Microsoft subsequently made certain components of .NET Framework open source.  NET Core as an open source software framework. Hence, both enterprise and individual developers can build apps with .NET Core without paying any licensing fees.

  4. Cross-Platform NET Framework enabled developers to build applications for a single platform — Window. NET Core is cross-platform, and supports three distinct operating systems — Windows, OS X, and Linux.

  5. Installation The .NET Framework needs to be installed as a single package and runtime environment for Windows. .NET Core is cross-platform, and needs to be packaged and installed independent of the underlying operating system.

  6. Application Models The application model of .NET Framework includes Windows Forms, ASP.NET, and Windows Presentation Foundation (WPF). The application model of .NET Core includes ASP.NET Core and Windows Universal Apps.

More Related