Explain the difference between MVVM and MVC?

Submitted by: Administrator
MVC stands for Model-View Controller and.MVVM stands for Model-View ViewModel.

In MVVM, View Model is used instead of a controller. This View Model is present beneath the UI layer. It reveals the command objects and data that the view requires. It acts like a container object from which view gets its actions and data.
Submitted by:

Read Online WPF Job Interview Questions And Answers