Visual Studio / .NET Framework

W22 Porting MVVM Light to .NET Standard: Lessons Learned

03/14/2018

4:00pm - 5:15pm

Level: Intermediate to Advanced

Laurent Bugnion

Cloud Developer Advocate

Microsoft

.NET Standard is the new way to create portable assemblies. After learning about portable class libraries in the past years, it is now time to upgrade your game and start coding for Linux, Mac OS and other platforms untouched by .NET until now. More libraries are getting ported to .NET Standard, sometimes really easily and sometimes more painfully. This session will help you understand why .NET Standard can benefit you, and you'll learn about experiences converting frameworks to .NET Standard.

You will learn:

  • What .NET Standard is
  • How to convert your own libraries to .NET Standard
  • Hear "from the field" how to work around issues