- C# and .NET Core Test Driven Development
- Ayobami Adewole
- 257字
- 2021-06-25 22:00:31
.NET Standard
.NET Standard is a Microsoft-maintained set of specifications and standards that all .NET platforms must adhere to and implement. It formally specifies the APIs that are meant to be implemented by all variants of the .NET platform. There are currently three development platforms on the .NET platform—.NET Core, .NET Framework, and Xamarin. The .NET platform is needed to provide uniformity, and consistency, and makes it easier to share codes and reuse libraries on the three variants of .NET platform.
.NET platform provides the definition of a set of uniform Base Class Libraries APIs to be implemented by all .NET platforms, to allow developers to easily develop applications and reusable libraries across the .NET platforms. Currently in Version 2.0.7, .NET Standard provides new APIs that were not implemented in Version 1.0 of .NET Core but are now implemented in Version 2.0. More than 20,000 APIs have been added to the runtime components.
Additionally, .NET Standard is a target framework, which means that you can develop your application to target a specific version of .NET Standard, allowing the application to run on any .NET platform that implements the standard, and you can easily share codes, libraries, and binaries among the different .NET platforms. When building your application to target .NET Standard, you should know that higher versions of .NET Standard have more APIs available for use but are not implemented by many platforms. It is always recommended that you target a lower version of the standard, which will guarantee that it's implemented by many platforms:

- OpenShift開發(fā)指南(原書第2版)
- C++ Builder 6.0下OpenGL編程技術(shù)
- PowerCLI Cookbook
- INSTANT Sencha Touch
- JavaScript動(dòng)態(tài)網(wǎng)頁開發(fā)詳解
- 青少年P(guān)ython編程入門
- 碼上行動(dòng):用ChatGPT學(xué)會(huì)Python編程
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例
- Python深度學(xué)習(xí):模型、方法與實(shí)現(xiàn)
- 一塊面包板玩轉(zhuǎn)Arduino編程
- Kivy Cookbook
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- Hands-On Nuxt.js Web Development
- 游戲設(shè)計(jì)的底層邏輯
- Thymeleaf 3完全手冊