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 unobtrusive javascript in mvc?
Explain what is routing in mvc?
What is mvc request life cycle?
How does mvc routing work?
What is the difference between apicontroller and mvc controller?
What is routing in mvc interview questions?
What are the filters?
What is a glimpse?
What is mvc ioc?
What is difference between razor and aspx in mvc?
What is MVC, MVP and MVVM pattern?
Explain the need of display mode in mvc?