InterviewSolution
Saved Bookmarks
| 1. |
What is WPF MVVM? |
|
Answer» In WPF, MVVM stands for Model View ViewModel which is an ARCHITECTURAL pattern USED for PRESENTATION Model design pattern. The operational WORKING of MVVM is based on MVC (Model-View-Controller). With the help of MVVM, client applications LEVERAGE the core characteristics of the WPF framework. With the help of this model, developers can build applications with fewer technical difficulties. |
|