MVVM project billing sample
Now we will implement project billing using the MVVM pattern. Let's start by discussing the overall design.
MVVM 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.
View Models
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.
Note
Using multiple nested view models in this way is what I call hierarchical view models, and it is a topic ...
Get MVVM Survival Guide for Enterprise Architectures in Silverlight and WPF now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.