What is difference between MVC and MVP ?
Answer / Sunil Tiwari
In MVC, the Controller acts as an intermediary between the Model and View. In MVP, the Presenter manages the interaction between the View and Model directly. This means MVC separates application logic from user interface logic more than MVP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use mvc?
What is mvc razor?
Explain MVC (Model-View-Controller) in general?
What is the purpose of viewmodel in mvc?
What is difference between MVC and MVP ?
What is the role of a controller in an MVC application?
What is get and post actions types?
What is bootstrap in mvc?
What is partial view in mvc?
What is mvc routing?
How does mvc routing work?
Why webforms are better than mvc?