.NET Standard 2.0 | .NET Conf 2017

This post has been republished via RSS; it originally appeared at: Channel 9.

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.