August 2012
Intermediate to advanced
490 pages
9h 14m
English
Now we will implement project billing using the MVVM pattern. Let's start by discussing the overall design.
The model, view, and view model are shown in the following screenshot, along with their relationships:

The view is now empty, and all of the explicit relationships that we've created between our classes are between the model and view model.
We will need two view models for this application. Each view model has its own area of responsibility in the view, as shown in the next screenshot.
Using multiple nested view models in this way is what I call hierarchical view models, and it is a topic ...
Read now
Unlock full access