What is difference between mvvm and mvc?
Answer / Akash Deep Maurya
MVVM (Model-View-ViewModel) and MVC (Model-View-Controller) are both design patterns used in application development, but they have differences. In MVC, the Controller handles user input, navigations, and coordinating with the Model and View. In MVVM, the ViewModel acts as an intermediary between the Model and View, managing data binding, properties, and commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you explain mvc?
What is mvc in struts framework?
What are the different view engine in mvc?
What is mvc in ci?
Why is mvc needed?
Explain the concept of razor in asp.net mvc?
Explain the concept of default route in mvc
What is route in mvc what is default route in mvc?
What is the difference between webforms and mvc?
How does view data differ from view bag in mvc?
Why do we need viewmodel in mvc?
How can we detect that an mvc controller is called by post or get?