Windows 8

My thoughts on Windows8 after a week or so of use. [More]

TDD competition in BDD

This is an entry for a little competition that is happening at my company. The aim is to produce an example set of code to demonstrate good TDD in producing a solution that will solve a sudoku puzzle grid. [More]

25 steps to your own micro ISV

http://wiki.timesnapper.com/index.php?title=25_Steps_to_Build_Your_Own_Micro_ISV

Now that was a good question

What advice would you give to yourself if you were starting in Software Development for the first time?
[More]

WPF Wizards part 2 - Glass

Extending the glass section for our wizard [More]

WPF Wizards - Part 1

I never got round to writing a Wizard control for WPF which seems always felt wrong given the hours I spent in developing something in WinForms that even Microsoft reused, but don’t despair, I’ll let you into a secret. You don’t need a specific wizard control, you just need to tweak what is available freely. [More]

WPF Icon Overlays

An implementation to add an icon overlay to a Windows 7 task bar generated from a UserControl. [More]

Modern clean design

How come I passionately hate the iTunes UI so passionately, and love the Zune interface when they do exactly the same job? [More]

A good nights coding

Developing a new WPF control goes so well [More]

RedGreenRefactor v0.1

I have some ideas about a tool to assist and support Red Green refactor cycles as you follow a TDD loop, and my first iteration towards that is now available. [More]