, MVVM. , , . , , , , , . , , , , .
With WPF, using the view model as the parent binding context works well, even if your models are quite complex, because it allows you to navigate through classes. For example, you can snap to DataContext.User.Profile.FirstName
your view model. Thus, you can have a view model that has a property for the user, contact, and address.
source
share