Windows Presentation Foundation (WPF) Question:

Explain the difference between MVVM and MVC?

Tweet Share WhatsApp

Answer:

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.

Download WPF PDF Read All 57 WPF Questions
Previous QuestionNext Question
How elements in a ListBox sorted?How System.Windows.Media.Visual dll utilized in WPF?