How do you explain mvc?
Answer / Umesh Chandra
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components: the Model, the View, and the Controller. The Model represents the data and business logic of the application; the View handles user interface presentation and interaction; and the Controller coordinates interactions between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to render html in asp.net mvc view?
What is mvc programming?
What is crud mvc?
How can you maintain session in mvc?
What are the 3 things that are needed to specify a route?
What is spring mvc model?
what is get and post action types?
What is a service layer in mvc?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is afterFilter() used?
What is the advantage of using MVC pattern?
What is meaning of View in MVC?