Recent Posts
Developing an Advanced Window Phone 7.5 App that Connects to the Cloud
Last year I worked with Patterns and Practices to develop a number of pieces of guidance concerning Windows Phone development. One such item has just been pu...
Developing Metro Apps using C++/CX
For most of the year I’ve been developing a Windows 8 Metro app, in C++/CX, with the Patterns and Practices team. As we near the release of the app I thought...
Accessing Image Pixel Data in a C++/CX Windows Store App
As part of a Windows Store app I recently helped to develop, there was a requirement to perform imaging operations that manipulated the pixel values of the i...
The Repository Pattern in C++/CX
In a previous blog post I demonstrated how to implement the MVVM pattern in C++/CX, by way of a small sample app that allows the user to view the photos in t...
MVVM in C++/CX
(cross-posted from the MSDN UK Team Blog) Previously I’ve written about the power of C++/CX for developing Windows Store applications. C++ is the language fo...