Rules to Better .NET 8 Migrations
- Do you know why to upgrade from .NET Framework to the latest .NET?
- Do you create a migration plan?
- Do you know how to migrate Web Apps to .NET?
- Do you know how to modernize your .NET applications?
- Do you know how to migrate from System.Web to modern alternatives
- Do you know how to migrate from EDMX to EF Core
- Do you know how to migrate Global.asax to ASP.NET Core?
- Do you know how to migrate OWIN to ASP.NET Core?
- Do you know how to migrate Web.config to ASP.NET Core?
- Do you know how to manage compatibility between different Target Framework Monikers (TFMs)?
- Do you know how to handle complex .NET migrations?
- Do you check your API serialisation format?
- Do you know how to migrate frontend to .NET 8?
- Do you use BannedApiAnalyzers to prevent unwanted APIs creeping back in?