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

Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?

667


What is NonActionAttribute ?

689


What is latest version of .net framework?

749


what do you mean by table-per-type?

721


What are non action methods in mvc?

630






How can I return string result from action in asp.net mvc?

664


Why to use html.partial in mvc?

811


What are the components required to create a route in ASP.Net MVC?

668


Explain dependency resolution?

694


Explain bundle.config in mvc4?

756


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2080


When will the .net framework 3.0 be released?

622


What is the use of view model in asp.net mvc?

758


Explain the new features added in version 4 of mvc (mvc4)?

648


What is the difference between model view and controller?

561