What is MVC (Model view controller)?
- Sharad Jaiswal
- 25th Jan, 2021
1 answer(s) :
-
Reply
"
What is MVC in Asp.net?
MVC stands for Model, View, and Controller.
- Model - It is used to represent the shape of the data and business logic. It maintains the data of the application. Model objects are used to retrieve and store model state in the database.
- View - It is the user interface. It is used to display the data using a model to the user. It also enables them to modify the data.
- Controller - It handles the user request. It interacts with the view and in-turn raises the appropriate URL request. This URL request will be handled by the controller. The controller then renders the appropriate view with the model data as a response.
Post your Answer :
Valid name is required.
Valid name is required.
Valid email id is required.
Anil Saini
13th Feb, 2020