What is difference between razor and aspx in mvc?
Answer / Vasco Dwivedi
Razor is a templating engine that allows for dynamic content generation using C# in ASP.NET MVC views, while ASMX (ASP.NET Web Services) was a technology used to create web services with ASP.NET prior to the introduction of ASP.NET MVC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is mvc front end?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
What is validation in mvc?
Is there viewstate in mvc?
which filters are executed in the end?
What do you mean by action methods?
What is the use of spring mvc?
What is antiforgerytoken in mvc?
Which is better mvc or mvvm?
What is the use of mockmvc?
Is mvc different from a three layered architecture?
What is @html in mvc?