September 2012
Intermediate to advanced
464 pages
10h 55m
English
Now that we have our own (small) framework to assist us with building MVVM applications, it's time to actually build one. Along the way we may find missing features in our framework, but that's ok; it's a normal way for frameworks to evolve.
Run Visual Studio and open the CH07.CookbookFramework project. This is a long recipe, but hopefully the end result would be worth it (in terms of understanding, not visually).
We'll create a sample blog viewer application using the simple framework we just built:
CH07.BlogReader. This will be a fictitious blog reader application with support for adding posts and comments.