4
Migrating Microsoft Forms to .NET 6
(devblogs.microsoft.com)
Getting started
Useful resources
IDEs and code editors
Tools
Rules
Related communities
Wikipedia pages
Unfortunately ASP.NET Core doesn't support web forms (iirc), but if you have clean separation between backend and frontend, you could change frontend to mvc/razor pages/blazor.
Tim Corey has a good video about migrations: link