Recent Posts

Displaying design-time data in a C++/CX app

3 minute read

Previously I’ve written about detecting design mode in Blend, specifically in a WinJS app. This is sometimes necessary if you want to enable the designer-dev...

Detecting Design Mode in Blend

1 minute read

The project I’m currently working on is an app in WinJS. One of the issues we faced is displaying design time data in Blend, in order to enable the designer-...

How to: Build Testable Windows Phone Applications

less than 1 minute read

An earlier post outlined the Building Testable Windows Phone Applications guidance I’d developed with Patterns and Practices. At the time of release of this ...

Building Testable Windows Phone Applications

less than 1 minute read

Last year I worked with Patterns and Practices to develop a number of pieces of guidance concerning Windows Phone development. One of the items was Building ...