Rockford Lhotka – Migrating from .NET to .NET Standard

During 2018 I gave a talk at some VS Live events discussing how one might migrate existing .NET Framework enterprise apps/code to .NET Core. In this talk I have some assumptions I think are reasonable:

Most of us can’t do a “big bang” rewrite of our apps/code all in one shot
It’ll take months or years to migrate from .NET to .NET Core
During this time it is necessary to maintain the existing code while working on the new code
A lot of existing code is still o…