We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Applied MVVM Development in Windows 8

Formal Metadata

Title
Applied MVVM Development in Windows 8
Alternative Title
Applied MVVM in Windows 8 apps: not your typical MVVM session!
Title of Series
Number of Parts
150
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
For sometime now, the community has been touting the MVVM pattern as being the best wayto build XAML-based applications. By now, you should be convinced that MVVM isreally the way to go. But then, you start building a real-world Windows 8 application and you encounter all kinds of challenges you hadn’t thought about before. How do I properly structure an application? How do I implement navigation? How do I manage tiles or contracts from MVVM? How do I use Dependency injection correctly? And how do the new data controls in Windows 8 work in combination with MVVM?