Select from following answers:- Model is responsible for maintaining application data.
- Model represents shape of the data.
- Model is responsible for maintaining business logic.
- Model objects retrieve and store model state in a database
- All Above

In Asp.net MVC , Model plays a vital role.It is responsible for maintaining application data and business logic.It represents shape of the data and business logic.The Model Objects, stores model state into the database and also retrieves the objects from Database. In another words,Model represents the data and business logic of the MVC application.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator