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.2 of the templates introduce support for Visual Studio 2013 Preview...
Creating a Flyout using Prism for the Windows Runtime
Previously I extended the sample photo viewing app so that along with frame state, page state is serialized during suspension and de-serialized when the app ...
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 ...