MVVM

Spider Solitaire and Augmented Reality

More than 12 years old

A while ago, I made an implementation of Solitaire and Spider Solitaire using WPF and my Apex MVVM library. I wrote about it on the CodeProject, in an …
Read more

Apex Part 2 - Adding Commands to an MVVM Application

More than 13 years old

In Part 2 of my video tutorial series on using Apex I show you how you can add commands to an MVVM application. Commands let you rapidly add …

Apex Part 1 - Getting Started with the Apex SDK

More than 13 years old

Create an MVVM application in minutes with the new Apex SDK! The video below shows this in action, see what you think. There is also an accompanying …

Funky WPF - Enumerations and the Combo Box

More than 14 years old

Binding a combo box to an enumeration in WPF is more work than it should be, creating an object data provider etc etc: <Window.Resources> …
Read more

MVVM Commanding

More than 14 years old

I have written an article that describes commanding in WPF, Silverlight and WP7 in detail. It is on the CodeProject at: …

MVVM: Asynchronous Commands

More than 14 years old

The latest cut of the Apex Code (http://apex.codeplex.com/SourceControl/changeset/changes/6701) contains a very cool new feature - Asynchronous …
Read more