Recent Posts
Suspend/resume/activation using Prism for the Windows Runtime
Previously I extended the sample photo viewing app so that the user can covert a colour photo to greyscale, on the PhotoPage. This used MVVM and commands to ...
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...