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 |
What is data model in mvc?
What is mvc dapper?
what are the components defined in the model from mvc architecture?
How routing is done in mvc pattern?
What are the types of filters?
Explain user authentication and authorizeattribute in mvc?
What are the features of mvc5?
Mention what does model-view-controller represent in an mvc application?
What are the steps for the execution of an mvc project?
What is routing in mvc interview questions?
What is route in mvc?
What is the difference between view and partial view?