Recent Posts
Prism for the Windows Runtime Templates Updated
I’ve updated the Prism for the Windows Runtime templates on the Visual Studio gallery. v1.1 of the templates introduce: Support for any edition of Visual St...
Accessing Image Pixel Data in a C# Windows Store App
Previously I’ve written about how to access image pixel data in a C++/CX Windows Store App. Depending on your app, you may have a requirement to perform imag...
Changing the Default Conventions used in Prism for the Windows Runtime
Prism for the Windows Runtime specifies a ViewModelLocator object, that can be used to manage the instantiation of view models and their associations to view...
Building a Windows Store app using Prism and manual dependency injection
Previously I’ve demonstrated how to use Prism for the Windows Runtime by writing a sample photo viewing app. In the app there are two pages. The first page p...
Master Navigation in Windows Store Apps
Brian Noyes recently delivered a session at TechEd North America on mastering navigation in Windows Store apps. The video of the session is now online, and i...