- Learn C# in 7 days
- Gaurav Aroraa
- 96字
- 2021-07-08 09:51:19
What makes .NET Core?
.NET Core is a combination of coreclr, corefx, and cli and roslyn. These are the main components of .NET Core composition.

- Coreclr: It is a .NET runtime and provides assembly loading, garbage collector, and many more. You can check coreclr for more info at https://github.com/dotnet/coreclr.
- Corefx: It is a framework library; you can check corefx for more info at https://github.com/dotnet/corefx.
- Cli: It is nothing but a command-line interface tool and roslyn is the language compiler (the C# language in our case). Refer to cli (https://github.com/dotnet/cli) and Roslyn for more info at https://github.com/dotnet/roslyn.
推薦閱讀
- C++程序設(shè)計(jì)教程
- Advanced Splunk
- Boost C++ Application Development Cookbook(Second Edition)
- MongoDB for Java Developers
- Learning Linux Binary Analysis
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開(kāi)發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- Mastering KnockoutJS
- JavaScript:Moving to ES2015
- PySpark Cookbook
- Android移動(dòng)開(kāi)發(fā)案例教程:基于Android Studio開(kāi)發(fā)環(huán)境
- Microsoft HoloLens By Example
- 網(wǎng)頁(yè)設(shè)計(jì)與制作
- SQL Server 2014 Development Essentials
- Java核心技術(shù)速學(xué)版(第3版)
- IBM DB2 9.7 Advanced Application Developer Cookbook