Migrating to .NET Core: Mission Complete
It’s been over 5 years since I started a greenfield project that initially was developed using Katana/Owin with ASP.NET Web API. Over the past 3 years, since .NET Core 2.0 was released and .NET Standard 2.0 was defined, I’ve been slowly chipping away at migrating to .NET Core. It’s been a long road but we’re now fully migrated and running in production with ASP.NET Core on .NET Core 3.1. Migrating from .NET Framework to .NET Core This blog post is in a series about migrating from .NET Framework to .NET Core. Migrating from .NET Framework to .NET Core Overview Migrating… Read More »Migrating to .NET Core: Mission Complete