Razor pages is the most equivalent to webforms, but is a template engine and no support for the fake events like webforms. Blazor would code more like webforms, but you should review the architecture.
Need advice on best ASP.NET engine for personal website
I had rich experience with classic ASP.NET WebForms engine. But since then I worked on other technologies for many years.
Now it seems there are several engines for building web applications: MVC, Razor and Blazor and maybe I am missing something else.
I have a personal website which was built on the classic/old WebForm engine. Now I want to migrate it to a new engine. Which engine is best for my purpose?
2 answers
Sort by: Most helpful
-
-
SurferOnWww 3,376 Reputation points
2023-11-19T01:02:00.39+00:00 I have a personal website which was built on the classic/old WebForm engine. Now I want to migrate it to a new engine. Which engine is best for my purpose?
The "classic/old WebForm engine" is the BlogEngine.NET? If so, IMO, there is no appropriate candidate to migrate it to new framework in the MVC, Razor Pages and Blazor as you will have to start from scratch to create the Blog.