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 .net core framework?
List the new features added in .net framework 4.0.
Why to use html.partial in mvc?
Mention two instances where routing is not implemented or required?
Explain JSON Binding?
What is meant by viewdata?
Explain the difference between viewbag and viewdata in mvc?
What is domain class model?
Is .net core replacing .net framework?
What are the main features of asp.net mvc 4 used by asp.net web api?
Describe the roles of clr in .net framework.?
Explain the advantages of dependency injection (di) in asp.net mvc?
what is client wins and store wins mode in entity framework concurrency?
What type of filter does outputcacheattribute class represents?
How we can register the Area in ASP.Net MVC?