Recent Posts
Prism Presentations at TechEd Europe
Brian Noyes has delivered a presentation at TechEd Europe on using Prism for the Windows Runtime to build Windows Store business apps. He’s also delivered an...
Testing your C#-based Windows Store App: Top 10 areas to look for bugs
Francis Cheung, the lead-dev of Prism for the Windows Runtime, has given a talk at Build 2013 on the top 10 areas to look for bugs when writing a Windows Sto...
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...