Recent Posts

Developing Metro Apps using C++/CX

1 minute read

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...

The Repository Pattern in C++/CX

4 minute read

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

4 minute read

(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...