How the Routes in webform application and an MVC application differ?
Answer / Komal
In a webforms application, routes are not explicitly defined. Instead, ASP.NET handles navigation based on the control hierarchy of the pages. In contrast, in an MVC application, routes are defined using routing tables, providing more flexibility and control over URL structure and parameter mapping.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the advantages of mvc?
What does it mean to annotate something?
what is get and post action types?
Mention the advantages and disadvantages of mvc model?
What is html helpers in mvc?
What are the 3 things that are needed to specify a route?
What is render view in mvc?
What does model-view-controller represent in an mvc application?
What is mvc and mvvm?
How can maintain session in mvc?
Why use html.partial in mvc?
Is mvc a layered architecture?