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
Explain representational state transfer (rest) in detail?
How to Redirect Tracing to a File
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is Attribute Routing in ASP.Net MVC?
What is the meaning of unobtrusive javascript?
What is entity graph? : Entity framework
Why is entity framework used?
what is entity graph in entity framework?
What are the possible razor view extensions?
What is a model in programming?
what is lazy loading in entity framework?
what is model first approach?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
How does work clr?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?