What is the difference between mvc and mvp?
Answer / Sandeep Bhatia
The main difference between MVC and MVP lies in the distribution of responsibilities. In MVC, the Controller handles user input and navigations, while the Presenter (a part of MVP) handles data retrieval and manipulation. Additionally, MVP allows for a more loosely coupled implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does mvc routing work?
Is flask an mvc model and if yes give an example showing mvc pattern for your application?
What does Model, View and Controller represent in an MVC application?
What is the meaning of razor view engine?
Why mvvm is better than mvc?
What is mvc handler?
What does model-view-controller represent in an mvc application?
Is mvc faster than web forms?
What is mockmvc?
What is the mvc page life cycle?
What is output caching in mvc?
What is mvc request life cycle?