Blog
My ".NET Standard 2.0 and .NET Core 2.0" talk-session review
- See .NET Standard as a spec
- The different .NET platforms implement this spec
- UWP will support .NET Standard 2.0 this year
- There is a package of packages for ASP.NET Core that allows you to reference a single package to get all the ASP.NET Core 2.0 packages, instead of referencing each package like with previous versions of ASP.NET Core
- There are 20,000 more APIs than in ASP.NET Core 1.x
- There will be more previews of ASP.NET Core 2.0
- The official word from Microsoft is on 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 that 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