What does Model, View and Controller represent in an MVC application?
Answer / Satyendra Kumar Gupta
In an MVC application, the Model represents the data and business logic, the View represents the user interface or presentation, and the Controller manages the interaction between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is data model in mvc?
What is razor view engine in mvc?
Why webforms are better than mvc?
What is mvc dapper?
How to render html in asp.net mvc view?
What is mockmvc?
What is mvc in struts framework?
What is the difference between adding routes, to a webform application and an mvc application?
What does the mvc pattern define with 3 logical layers?
How can we navigate from one view to another using a hyperlink?
what are the components defined in the model from mvc architecture?
What are the types of filters?