- 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).
- Learning Real-time Processing with Spark Streaming
- 算法零基礎一本通(Python版)
- 構建移動網站與APP:HTML 5移動開發(fā)入門與實戰(zhàn)(跨平臺移動開發(fā)叢書)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項目教程
- Python面向對象編程:構建游戲和GUI
- Getting Started with NativeScript
- R Deep Learning Cookbook
- HTML5移動Web開發(fā)
- Robot Framework Test Automation
- 零基礎學Java第2版
- 高性能MVVM框架的設計與實現(xiàn):San
- 流暢的Python
- 小小的Python編程故事
- Python Machine Learning
- 編程真酷:Scratch3.0游戲創(chuàng)作之旅