Using NuGet to supply non managed dlls

NuGet is great for supplying managed dlls, but refuses to allow you to add references to unmanaged. Yet it would still be the perfect format for shipping them.

I have a look at how we can build NuGet packages that solve the problem [More]

Reactive UI: Doing It Better

I thought I had the hang of ReactiveUI, but when I got told I was Doing It Wrong(TM) I took the opportunity to reconsider how I might start Doing It Better. [More]

7 years of good development in 5 minutes

A very quick run through some very good practices [More]

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]