CoreForms is an ASP.NET Core implementation of ASP.NET Web Form
published on 2023/02/02
You can finally just port your Web Forms applications to .NET Core
As the .NET ecosystem is moving from .NET Framework to the .NET Core runtime, application owners face increasing pressure to port their applications to the new runtime.CoreForms allows you to maintain and run your existing Web Forms code as a .NET Core applications, without any dependencies on .NET Framework.
This is fantastic. There are so many large application written in WebForms that are stuck in .NET 4.8 instead of the modern version. This will allow a clear upgrade path for these applications to move to much modern platform.