Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have assigned a task of creating a web application in MVC .

When i looked into MVC i can see two engines Name Razor and .Aspx

I have planned to use .aspx engine.

I would like to know what are the hurdle i would be facing on later development if use .aspx MVC
Posted
Updated 13-Aug-14 5:00am
v2
Comments
Sergey Alexandrovich Kryukov 13-Aug-14 11:04am    
Not a question. Makes no sense.
—SA

1 solution

The post is not a question and makes no sense. One possible "development environment" could be Visual Studio. This is almost irrelevant to ASP.NET MVC. Moreover, there is no such thing as a choice between ".ASPX" and Razor. ".ASPX" is just the format of the file artifact of ASP.NET development; and Razor is a view engine: http://en.wikipedia.org/wiki/Microsoft_ASP.NET_Razor_view_engine[^].

Imagine that someone asked "What should I prefer, bolts or wrenches?" Your post resembles this kind of "question". :-)

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900