Blog
My ".NET Standard 2.0 and .NET Core 2.0" talk-session review
- See .NET Standard as a spec
- The different .NET platforms implements this specs
- UWP will support .NET Standard 2.0 this year
- There is a package of packages for ASP.NET Core who allow to reference only one package to reference all the ASP.NET Core 2.0 packages, instead of reference each package like with previous versions of ASP.NET Core
- There is 20 000 APIs more than ASP.NET Core 1.x
- There will have more preview of ASP.NET Core 2.0
- The official words of Microsoft are in the .NET blog and the ASP.NET blog
- You have to use Visual Studio 2017 preview to test .NET Core 2.0.0 and .NET Standard 2.0
Notes
There is a great code analogy from David Fowler who helps to understand how .NET Standard relates to .NET platforms : https://gist.github.com/davidfowl/8939f305567e1755412d6dc0b8baf1b7
This poster helps to understand what .NET Standard is :
May 30, 2017