what is MVC pattern?

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


Please Help Members By Posting Answers For Below Questions

How to change the action name in mvc?

741


What is the use of display modes?

770


Explain the 'page lifecycle' of an ASP.NET MVC?

828


What is the difference between old ADO.NET and Entity framework coding techniques?

754


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?

753


How route table is created in ASP.NET MVC?

782


Can you use Razor code in Javascript in ASP.Net MVC?

869


What are scaffold templates in mvc?

752


Is it possible to unit test an mvc application without running the controllers in an asp.net process?

822


Why to use html.partial in mvc?

914


Is mvc 4 supporting windows azure sdk (software development kit) ?

759


What is route config?

728


What is entitytype? : Entity framework

727


How does the .net framework 3.0 relate to windows vista?

778


explain why t4 entity is important in entity framework?

768