What is the use of mvvm pattern in wpf?



What is the use of mvvm pattern in wpf?..

Answer / Abhishek Gupta

The Model-View-ViewModel (MVVM) pattern in WPF separates application logic into three components: model, view, and viewmodel. This helps in achieving a cleaner design, easier testability, and better maintainability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

Is wpf dead 2019?

1 Answers  


What is the difference between page control and window control in wpf?

1 Answers  


What is the difference between xaml and baml?

1 Answers  


What are the dependency properties?

1 Answers  


Describe the types of documents supported by WPF?

1 Answers  


Explain what is markup extension in xaml?

1 Answers  


Explain delegate command?

1 Answers  


Why do we need xaml in wpf?

1 Answers  


What type of elements can be hosted in a ToolBar?

1 Answers  


What is difference between windows application and desktop application?

1 Answers  


List of features of mvvm?

1 Answers  


How can listbox be made to scroll smoothly?

1 Answers  


Categories