Episode

Get started with .NET Standard 2.0

with Ted Neward

One of the great things about .NET is that you use it to write code for multiple runtimes, such as .NET Core, .NET Framework, and Xamarin. But multiple runtimes means some complexity in writing, distributing, and consuming libraries. .NET Standard solves this problem. Write code to a specification instead of for specific platforms. .NET Standard 2.0 takes it to the next level, with more than 20K new APIs.

Xamarin