0 votes
in WPF by
How is MVVM different from MVC?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jul 30, 2021 in C Sharp by DavidAnderson
0 votes
0 votes
asked May 28, 2022 in WPF by sharadyadav1986
...