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
What is difference between razor and web form engine?
Describe the roles of clr in .net framework.?
What is entity sql? : Entity framework
what is ssdl?
Explain RenderBody and RenderPage in ASP.Net MVC?
will there be any issues adding a table without primary keys to a data model?
What are the components required to create a route in mvc?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Explain the 'page lifecycle' of an ASP.NET MVC?
Can I add mvc testcases in visual studio express?
How does the 'page lifecycle' of asp.net mvc works?
The order of the filters that get executed, if the multiple filters are implemented?
Explain Keep method in Tempdata in ASP.Net MVC?
what is datacontrols?
List the new features added in .net framework 4.0.