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 |
What is razor in mvc?
What is mvc (model view controller)?
Explain the concept of default route in mvc
Is mvc better than web forms?
Is mvc faster than web forms?
What is view engine in mvc?
Is there viewstate in mvc?
What do you mean by mvc scaffolding?
What is mvc dapper?
What are the three segments for routing important?
What is ignore route in mvc?
What are action verbs mvc?