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

What is mvc entity framework?

527


How to Redirect Tracing to a File

593


Explain the difference between viewbag and viewdata in mvc?

542


Is razor a server side?

526


Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )

2494






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

560


What is the meaning of unobtrusive javascript? Explain us by any practical example.

565


How route table has been created in asp.net mvc?

554


What is orm entity framework?

520


what is eager loading?

571


How to change the action name in mvc?

546


What is Dependency Injection in ASP.Net MVC

586


In which assembly is the mvc framework defined?

549


What are actions in mvc?

553


differences between poco, model first and data first approach?

593