- Learn C# in 7 days
- Gaurav Aroraa
- 109字
- 2021-07-08 09:51:19
.NET Core features
Here are some important features of .NET Core, that make .NET Core an important evolution step in software development:
- Cross-platform: Currently, .NET Core can be run on Windows, Linux, and macOS; in the future, there may be more. Refer to the roadmap (https://github.com/dotnet/core/blob/master/roadmap.md) for more info.
- Having easy command-line tools: You can use command-line tools for exercise with .NET Core. Refer to CLI tools for more at https://docs.microsoft.com/en-us/dotnet/articles/core/tools/index.
- Having compatibility: With the use of the .NET standard library, .NET Core is compatible with the .NET Frameworks, Xamarin and Mono.
- Open source: .NET Core platform is released under MIT License and is a .NET Foundation project (https://dotnetfoundation.org/).
推薦閱讀
- Intel Galileo Essentials
- Learn Swift by Building Applications
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Java軟件開(kāi)發(fā)基礎(chǔ)
- Extending Puppet(Second Edition)
- 案例式C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- Manage Your SAP Projects with SAP Activate
- Moodle 3.x Developer's Guide
- LibGDX Game Development By Example
- PyTorch生成對(duì)抗網(wǎng)絡(luò)編程
- 微信小程序開(kāi)發(fā)圖解案例教程:附精講視頻(第3版)
- C語(yǔ)言從入門到精通(第4版)
- CorelDRAW X6中文版應(yīng)用教程(第二版)
- 數(shù)據(jù)結(jié)構(gòu)和算法(Python和C++語(yǔ)言描述)