Mention what does model-view-controller represent in an mvc application?
Answer / Tauseef Rafat
In an MVC application, Model-View-Controller represents the three interconnected components. The Model manages data and business logic, the View displays the information, and the Controller handles user interactions and communicates between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is afterFilter() used?
Why webforms are better than mvc?
What is difference between mvc and mvvm?
What are the advantages of mvc?
What is the difference between web api and mvc routing?
What is lazy loading in mvc?
What is the difference between mvc and mvp?
What do you mean by action methods?
Why is mvc needed?
Which is better mvvm or mvc?
What is the page Lifecycle of the MVC ?
What is mvc mvp mvvm?