What is the difference between mvc and mvvm?
Answer / Km.vijay Laxmi
Model-View-Controller (MVC) is a design pattern that separates an application into three interconnected components: Model, View, and Controller. Model-View-ViewModel (MVVM) is a variant of MVC in which the View and ViewModel are more closely tied, often used in UI frameworks such as AngularJS and Knockout.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvvm mvc?
Is angularjs mvvm or mvc 4?
which filters are executed in the end?
What is mvc flow?
What is mvc framework in asp net?
What is mvc route constraints?
How does mvc routing work?
What are the 3 things that are needed to specify a route?
Explain how routing is done in mvc pattern?
Why dependency injection is used in mvc?
Is angular 2 is mvc?
How to share a view across multiple controllers in MVC?