factormystic / standard

This repo is building the .NET Standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Standard

This repository contains the principles and definition of the .NET Standard.

.NET Standard solves the code sharing problem for .NET developers across all platforms by bringing all the APIs that you expect and love across the environments that you need: desktop applications, mobile apps & games, and cloud services:

  • .NET Standard is a set of APIs that all .NET platforms have to implement. This unifies the .NET platforms and prevents future fragmentation.
  • .NET Standard 2.0 will be implemented by .NET Framework, .NET Core, and Xamarin. For .NET Core, this will add many of the existing APIs that have been requested.
  • .NET Standard 2.0 includes a compatibility shim for .NET Framework binaries, significantly increasing the set of libraries that you can reference from your .NET Standard libraries.
  • .NET Standard will replace Portable Class Libraries (PCLs) as the tooling story for building multi-platform .NET libraries.

How to Engage, Contribute and Provide Feedback

You also encouraged to start a discussion by filing an issue.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.

Learning More

If you're new to .NET Standard, you should check out the blog post on .NET Standard as well as the videos below.

Intro to .NET Standard

Discussion and Q & A

About

This repo is building the .NET Standard

License:MIT License


Languages

Language:C# 99.9%Language:Batchfile 0.1%