Please suggest which platform should we choose to migrate ERP web application from ASPX.Net to MVC or Angular Framework or React?

Debnath Lahiri 0 Reputation points
2023-02-10T11:44:42.6033333+00:00

We have a ERP web application developed in ASPX.Net 2.0 using dotnet framework 4.0.

Now we want to migrate it either MVC or Angular or React. Please suggest with pross and cons.

It should be faster to manage huge data and maintenance and development should be fast. Also we can go with this technology for another 10 years.

Developer technologies | ASP.NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 78,236 Reputation points Volunteer Moderator
    2023-02-13T17:26:50.5833333+00:00

    if you are not going to be client based (react, angular or vue), then Razor pages is probably a better match than mvc. it is getting all the new features (MVC is mature). Another advantage of razor pages, it will be more similar in design to your current technology.

    if you need a more desktop like experience, than a client framework may be desired. the main disadvantage of client frameworks, is that they change often. a 10 year lifespan will require many framework updates. you will need the discipline to migrate to newer version at least once a year.

    our main react application is 6 years old. Our main lesson, is to limit dependency on 3rd party npm packages. to stay current you need the packages to stay supported. WE are happy with our decision for react and would not change.

    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.