Recent Posts

11 reasons to read the Hilo Javascript guidance

less than 1 minute read

11 reasons to read Developing an end-to-end Windows Store app using JavaScript: Hilo: It provides a practical example you can use to kickstart your Windows ...

Hilo available as an e-book

less than 1 minute read

The Hilo end-to-end photo sample provides guidance to C++ developers that want to create a Windows 8 app using modern C++, XAML, the Windows Runtime, and rec...

Announcing Hilo JavaScript

less than 1 minute read

Hilo is a Windows Store app I helped patterns & practices to develop earlier in the year. The app, originally developed using C++ and XAML, is an end-to-...

Creating an attached behaviour in a C++/CX app

5 minute read

Previously I’ve developed a sample photo viewing app to show how to implement a Windows Store app in C++/CX. The app uses MVVM as an architectural pattern in...

Unit testing a C++/CX app

3 minute read

There are many ways that a Windows Store app should be tested, including: Unit testing Integration testing UX testing Security testing Localization test...