How do I migrate a legacy ASP.NET webforms application with NET Framework 4.8 to .NET 8? We are using Telerik controls a lot.
What thechnology to use, Blazor, MVC, Razor? I need to do do the migration in steps and run in paralel both frameworks.
Database is SQL Server.