CHAPTER 4
Implementing the ViewModel
You have reached to the final step of developing your first Windows 8 XAML application following the MVVM design pattern—implementing the ViewModel of the FinanceHub application!
As part of implementing the ViewModel, this chapter will
- first build the MVVM framework that requires creating a foundation of building separation between the presentation (Views) and the data source (Model).
- then later implement ViewModels of the FinanceHub application that would create a collection of properties and bind them with the built Views.
This implementation will eventually lead us to connect to already implemented data ...
Get Windows 8 MVVM Patterns Revealed: covers both C# and JavaScript 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.