.NET
Appearance
Developer(s) | .NET Foundation and the .NET community (previously Microsoft Corporation) |
---|---|
Preview release | 3.1 Preview 3 (November 14, 2019[1]) [±] |
Repository | |
Written in | C++ and C# |
Operating system | Microsoft Windows, Linux, OS X |
Type | Software framework |
License | MIT 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
- ^ "Announcing .NET Core 3.1 Preview 3". .NET Blog. 14 November 2019.
- ^ ".NET Core at .NET Foundation website". Retrieved 2015-02-14.
- ^ "Introducing .NET Core". Retrieved 2015-02-14.
- ^ "CoreCLR is now Open Source". Retrieved 2014-02-14
- ^ ".NET Foundation on GitHub".