Answer Posted / suhasini suresh
Model-View-Controller (MVC) is a classic design pattern
often used by applications that need the ability to
maintain multiple views of the same data. The MVC pattern
hinges on a clean separation of objects into one of three
categories — models for maintaining data, views for
displaying all or a portion of the data, and controllers
for handling events that affect the model or view(s).
Because of this separation, multiple views and controllers
can interface with the same model. Even new types of views
and controllers that never existed before can interface
with a model without forcing a change in the model design.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain representational state transfer (rest) in detail?
What is the difference between .net core and .net framework?
What is a model in programming?
What are actions in asp.net mvc?
How large is the .net framework 3.0?
How to return the JSON from action method in ASP.Net MVC?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is managed extensibility framework?
What are the main features of asp.net mvc 4 used by asp.net web api?
Why we need a separate mobile project template, while we can render our web application in mobile ?
Is it possible to share a view across multiple controllers?
What are the options can be configured in AJAX helpers?
How does work clr?
How the ‘page lifecycle’ of ASP.Net MVC does works?
explain what is ado.net entity framework?