What is known as mvc?
Answer / Roshan Lal Chakravarti
Model-View-Controller (MVC) is a software architectural pattern that separates an application into three interconnected components for maintaining cleaner, more modular code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of viewmodel in mvc?
what is get and post action types?
Why there is no viewstate in mvc?
Explain the need of display mode in mvc?
What is the role of a controller in an MVC application?
What is url routing?
Is mvc only for web?
What is validation summary in mvc?
Why webforms are better than mvc?
What is mvc routing?
What do you mean by mvc scaffolding?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?