What is data model in mvc?
Answer / Kiran
In the MVC (Model-View-Controller) architectural pattern, the Model represents the data and business logic of an application. It handles data storage, manipulation, and validation. The Model acts as a bridge between the Controller and View, allowing for easy data exchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is routeconfig in mvc?
What is the use of keep and peek in “tempdata”?
What are the filters in mvc?
What is viewstate mvc?
Explain what is routing in mvc?
What is the difference between partial view and layout in mvc?
How do the mvp, mvc, and mvvm patterns relate? When are they appropriate?
Explain the concept of razor in asp.net mvc?
What is the meaning of razor view engine?
How you can manage code security in mvc?
Explain using hyperlink how you can navigate from one view to other view?
Is mvc architecture or framework?