.NET Core
Developer(s) | .NET Foundation |
---|---|
Stable release | RC1 / November 18, 2015[1] |
Written in | C++ and C# |
Operating system | Windows, Linux, OS X |
Type | Software framework |
License | MIT License[2] |
Website | dotnet |
.NET Core is a free and open-source software (FOSS) implementation of the Common Language Infrastructure (CLI). It is a fork of the proprietary .NET Framework,[3] but it has been modified to be more modular and cross platform. It consists of CoreCLR, an implementation of the Common Language Runtime (CLR), and CoreFX, a partial implementation of the Base Class Library (BCL). Additionally, it comes with an improved JIT compiler, called RyuJIT.[4]
The project is hosted at GitHub.[5]
Contents
License
.NET Core, CoreCLR and CoreFX are licensed under the liberal MIT License. Additionally, the project is covered by a patent promise by Microsoft.
See also
References
- ^ "core/README.md". GitHub.
- ^ "core/LICENSE". GitHub. Retrieved 2015-02-14.
- ^ "Introducing .NET Core". Retrieved 2015-02-14.
- ^ "CoreCLR is now Open Source". Retrieved 2014-02-14
- ^ ".NET Foundation on GitHub".
External links
|