- 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/).
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Raspberry Pi Networking Cookbook(Second Edition)
- C語(yǔ)言程序設(shè)計(jì)(第2版)
- 區(qū)塊鏈:以太坊DApp開(kāi)發(fā)實(shí)戰(zhàn)
- MATLAB 2020從入門(mén)到精通
- Test-Driven Development with Django
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- The Professional ScrumMaster’s Handbook
- C++20高級(jí)編程
- Go語(yǔ)言開(kāi)發(fā)實(shí)戰(zhàn)(慕課版)
- jQuery for Designers Beginner's Guide Second Edition
- C++ System Programming Cookbook
- WebStorm Essentials
- Java EE 7 Development with WildFly
- Android熱門(mén)應(yīng)用開(kāi)發(fā)詳解