Recent posts

Gotterdammerung: The Curse of the Dead

less than 1 minute read

One of the best things about my job is getting to see the games users of our tech are creating.  Check out this really cool tech demo from Artifex Mundi.

WPF: The Shapely TabItem

1 minute read

So I wanted to make a really nice looking WPF TabItems and went looking for some examples of how other people have done it.  I really only found one quality ...

WPF: XAML Attribute Order Matters

2 minute read

I think the most annoying thing about WPF is that for any given task everything goes fine, for a few hours, then you do something and you’re stumped why it’s...

MSIL Command 2: The Visualizing

less than 1 minute read

When generating MSIL it’s often very useful to be able to see what you’re doing.  One very handy debugging visualizer I’ve used is Haibo Luo’s DynamicMethod ...