MVVM
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 moreIn 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 …
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 …
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 moreI have written an article that describes commanding in WPF, Silverlight and WP7 in detail. It is on the CodeProject at: …
The latest cut of the Apex Code (http://apex.codeplex.com/SourceControl/changeset/changes/6701) contains a very cool new feature - Asynchronous …
Read more