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 way of loading data in ef (entity framework)?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Why to use html.partial in mvc?
How to enable Attribute Routing?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What is disconnected scenario? : Entity framework
What is .net framwork?
If I have multiple filters implemented, what is the order in which these filters get executed?
Can I remove .net framework?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
How to change the action name in ASP.Net MVC?
What are the possible razor view extensions?
What is entity framework in asp net?
Name a few different return types of a controller action method?
Can we change web.config settings from iis?