Explain MVC (Model-View-Controller) in general?
Answer / Pradeep Kumar Maurya
MVC is a design pattern that separates an application into three interconnected components: the Model, which manages data and business logic; the View, which handles user interface elements; and the Controller, which processes user input and updates the Model or View as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is the difference between adding routes, to a webform application and an mvc application?
which filters are executed in the end?
What are child actions in mvc?
What is spring mvc model?
What is validation in mvc?
Is mvc better than web forms?
What is a service layer in mvc?
What is the difference between temp data, view, and view bag?
Is mvc stateless?
How you can manage code security in mvc?
Which is a better fit, razor or aspx?