asp.net mvc - MVC Razor over ASPX -


I'm new to MVC, an MVC application that I'm working on which uses the espx engine ( The scene is created in ASPX) Now the GUI of the application needs to be migrated and I read on that razor provides the benefit on the aspx engine, which is why the implementation Is better for

However, I am more concerned about the application's Display and its Maintenance . So, would anyone please tell me which one meets the requirement?

You can mix razors and ASPX in a project, but you can reinstall the master page from ASPX Can not use a razor layout page (at least AFAIK without some trick)

Therefore use ASPX on the basis of additional additions to the size of existing applications and to convert existing pages to razors or to continue.

For reasons of maintenance I personally do not mix two in the same application.

Updates after the comment:
The 1000 screen is definitely no longer the size of the IMO, but if you are not using layouts and / or master pages You can actually "mix" the new pages to benefit from better / simpler syntax and return, but old people can get away from the old pages can be habitually made one by one, when they are for other reasons Can be changed ...
your team If there is not a big problem in it, because it is very close to "normal programming" and you only need to learn a few syntax "attributes" ...

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -