PreviousNext

Leveraging Windows 8 Features with MVVM

by bill-s, 2013-07-20T08:07:06.000Z

In this article, I’ll look at different ways to let an application use features such as sharing, settings, secondary tiles, application settings and application storage. Using the Model-View-ViewModel (MVVM) pattern, dependency injection and some abstraction, I’ll show you how to leverage these features while keeping the presentation layer unit-test friendly.

Read More