- Learn C# in 7 days
- Gaurav Aroraa
- 158字
- 2021-07-08 09:51:19
What is .NET Standard?
The .NET Standard is a set of APIs that resolves the problems of code sharing while you’re trying to write cross-platform applications. Currently, Microsoft is working on .NET Standard 2.0 to make it streamlined, and these standards will be implemented by all, that is, .NET Framework, .NET Core, and Xamarin. With the use of .NET Standard (that is a set of APIs), you are ensuring that your program and class library will be available for all targeted .NET Frameworks and .NET Core. In other words, .NET Standard will replace Portable Class Libraries (PCL). For more information, refer to https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/.
The .NET Standard 2.0 repository is available at https://github.com/dotnet/standard.
Till now, you've got an idea of .NET Core and a few other things that help build cross-platform applications. In the coming sections, we will prepare the environment in order to start learning the C# language using Visual Studio 2017 (preferably the community edition).
- 大話PLC(輕松動漫版)
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- Drupal 8 Blueprints
- Windows系統(tǒng)管理與服務(wù)配置
- Python Geospatial Development(Second Edition)
- INSTANT CakePHP Starter
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- 你不知道的JavaScript(中卷)
- Python數(shù)據(jù)分析從0到1
- Hands-On Automation Testing with Java for Beginners
- Mastering ROS for Robotics Programming
- ServiceNow:Building Powerful Workflows
- 大話Java:程序設(shè)計從入門到精通
- Learning Bootstrap 4(Second Edition)