Further reading
We have covered the most common migration scenarios of migrating WPF-, ASP.NET-, and Entity Framework-based applications from .NET Framework to .NET 5 while largely keeping the feature set as-is. You may also find the following resources helpful when migrating from other versions of .NET Core or upgrading a WinForms application to Blazor:
- There is a video titled Porting Projects to .NET 5 from the .NET 5 launch event on YouTube. It discusses the migration approaches from .NET Framework and .NET Core to .NET 5 with live demos: https://www.youtube.com/watch?v=bvmd2F11jpA.
- If you are looking to replace Window Forms applications with Blazor, this YouTube video titled Migrating a Windows Forms App to Blazor from the .NET 5 launch event could be a good starting point: https://www.youtube.com/watch?v=bvmd2F11jpA.
- Every version of ASP.NET Core has breaking changes compared with the previous major version. You can review the official documentation for breaking...