Recent Posts

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

Thread context in C++/CX apps

3 minute read

When developing Hilo we discovered that there are special context rules for task continuations that wrap async objects, or that use the create_async function...