Build Your Own Cortana Skill

One of the great things about .NET is that you use it to write code for multiple runtimes: .NET Core, .NET Framework, Xamarin, etc. However, historically introduced some complexity in writing, distributing and consuming libraries. .NET Standard solves this problem by allowing you to write code to a specification rather than specific platforms, and .NET Standard 2.0 takes it to the next level by adding over 20K new APIs to .NET Standard 1.1. In this session, we'll explain everything you need to know about .NET Standard and show how you can start using it today.
nice session John.
Awesome session John, where can i find the .netstandard version visualizer
Is the "conditional code visibility combo feature" is available for all type of projects or only for net standard project?
@Balaji: It's running live here: http://immo.landwerth.net/netstandard-versions/
You can grab the code (just an HTML file) from here: https://github.com/terrajobst/netstandard-versions
No se hablar ni escribir ingles.
Windows Phone is dead anyway, so targeting .NET Standard 2.0 would be the best option to go from now on.
Duplicate of
https://channel9.msdn.com/Shows/On-NET/NET-Standard-Deep-Dive?term=.net%20standard
which aired earlier...