Recent Posts

Looking forward to stackoverflow

1 minute read

Not an actual stack overflow, but the new site, stackoverflow.com, run by Jeff Atwood and Joel Spolsky.  Their aim is to provide some sort of programming Q&a...

Handy tip for debugging a Windows Service

1 minute read

Debugging a Windows Service is always a pain. You can’t run a service like a regular application, you have to run it from Windows Service Control Manager (SC...