Moving from Full .NET to NetStandard and .NET Core

Date
Feb 26, 2018
Abstract:
 
In this session Rockford Lhotka shares his experiences in porting the CSLA .NET framework, a large and robust .NET solution supporting .NET, Xamarin, UWP and now .NET Core into NetStandard 2.0. It turns out that NS2.0 is a very large subset of “full .NET”, so in many cases it is relatively easy to move code to this new model. But not always, and there are some sharp edges to watch for and some strategies you can use to make the process easier to manage over time.