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
What is Layout in ASP.Net MVC?
What is layout in mvc?
What are authentication filters in web api?
What is entity framework? : Entity framework
what is complex type?
List the new features added in .net framework 4.0.
How to Redirect Tracing to a File
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is edm in entity framework?
How do I install .net framework?
How does .net framework works?
Which are the important namespaces used in ASP.Net MVC?
what do you mean by table-per-hierarchy?
Explain what is asp.net mvc?
Can you explain the page life cycle of mvc?