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

Does Tempdata hold the data for other request in ASP.Net MVC?

543


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

705


explain why t4 entity is important in entity framework?

565


what is entity sql?

608


What is entity framework used for?

519






Mention the core components of .net framework?

578


Explain the advantage of packaging over xcopy in .net?

544


What are differences between entity framework and l2s? : Entity framework

649


What are the components of the .net framework.

577


What is an asynchronous controller in asp.net mvc?

547


mention what are the various methods provided by the dataset object to generate xml?

600


Why is entity framework used?

574


Explain the advantages of dependency injection (di) in asp.net mvc?

570


What is the .net framework 3.0 (formerly winfx)?

554


what is entity framework advantage?

627