Difference between different versions of .Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SagarJaybhay
    New Member
    • Feb 2019
    • 17

    Difference between different versions of .Net

    What is main difference between different versions of .Net from 1.0 to Core
  • gosai jahnvi
    New Member
    • Apr 2019
    • 22

    #2
    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
    Last edited by Rabbit; Jul 24 '19, 04:47 PM. Reason: external link removed per forum policy

    Comment

    • HarshShah
      New Member
      • Jul 2019
      • 1

      #3
      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

      Working...