This document provides guidance on developing a Windows Store business app using C#, XAML, and Prism for the Windows Runtime. It includes source code for a reference implementation called AdventureWorks Shopper, which demonstrates patterns for implementing MVVM, navigation, data management, validation, touch, and more. The document contains explanations of key concepts and step-by-step instructions for implementing features in AdventureWorks Shopper. It also provides quickstarts that illustrate core Prism concepts like event aggregation and bootstrapping an MVVM app.