Windows Presentation Foundation (WPF) Question:
Download Job Interview Questions and Answers PDF
Explain the difference between MVVM and MVC?
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.
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
How elements in a ListBox sorted? | How System.Windows.Media.Visual dll utilized in WPF? |