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 |
What are the exception filters in mvc?
What is the use of mvc?
How does view data differ from view bag in mvc?
What is filter mvc?
What is the advantages of mvc?
What is lazy loading in mvc?
What is get and post actions types?
What is the page Lifecycle of the MVC ?
1 Answers Beahead Private Limited,
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
Is angular mvvm or mvc?
What is domain model in mvc?
What is mvc request life cycle?