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 is razor in mvc?
What is mockmvc?
What is known as mvc?
List out a few different return types of a controller action method?
What is dao in mvc?
Why webforms are better than mvc?
Mention what filters are executed in the end?
What is Controller in MVC application?
Explain what is routing in mvc?
What is mvc in programming?
What is mvc viewdata?
which filters are executed in the end?