Jump to content

.NET

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Paavohtl (talk | contribs) at 15:29, 14 February 2015 (Initial version.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.NET Core
Developer(s).NET Foundation and the .NET community (previously Microsoft Corporation)
Preview release3.1 Preview 3 (November 14, 2019; 5 years ago (2019-11-14)[1]) [±]
Repository
Written inC++ and C#
Operating systemMicrosoft Windows, Linux, OS X
TypeSoftware framework
LicenseMIT License[2]
Website

.NET Core is a free and open source partial implementation of the .NET Framework. It consists of CoreCLR, an implementation of the Common Language Runtime, and CoreFX, a partial implementation of the Base Class Library. It is a fork of the proprietary .NET Framework[3], but it has been modified to be more modular and cross platform. Additionally, it comes with an improved JIT compiler, called RyuJIT[4].

The project is hosted at GitHub[5].

License

Both CoreCLR and CoreFX are licensed under the liberal MIT License. Additionally, the project is covered by the Microsoft Patent Promise.

See also

References

  1. ^ "Announcing .NET Core 3.1 Preview 3". .NET Blog. 14 November 2019.
  2. ^ ".NET Core at .NET Foundation website". Retrieved 2015-02-14.
  3. ^ "Introducing .NET Core". Retrieved 2015-02-14.
  4. ^ "CoreCLR is now Open Source". Retrieved 2014-02-14
  5. ^ ".NET Foundation on GitHub".