Need advice on best ASP.NET engine for personal website

Neo 421 Reputation points
2023-11-18T15:43:51.72+00:00

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?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,673 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,539 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 68,236 Reputation points
    2023-11-18T17:00:08.57+00:00

    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.

    0 comments No comments

  2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.