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
How to change the action name in mvc?
What is the use of display modes?
Explain the 'page lifecycle' of an ASP.NET MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
How route table is created in ASP.NET MVC?
Can you use Razor code in Javascript in ASP.Net MVC?
What are scaffold templates in mvc?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Why to use html.partial in mvc?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is route config?
What is entitytype? : Entity framework
How does the .net framework 3.0 relate to windows vista?
explain why t4 entity is important in entity framework?