WCF Quick and Dirty

I added some WCF services to an existing project today, and I found I had completely forgotten the easy way of setting this stuff up. So, here goes. Note that you will usually split your host and consumer between separate projects – this is just an outline of the basics... [Read More]
Tags: wcf

Moq BadImageFormatException with NUnit

I ran into an issue today running a unit test where I kept getting a System.BadImageFormatException on the test dll. I incorrectly assumed this was NUnit - after digging around a bit I worked out it was actually Moq that was the source of the problem. [Read More]
Tags: moq nunit

Prettify

Following stackoverflow’s example, I’ve started using prettify for syntax highlighting on this blog. I’ve used the Google syntax highlighter in the past, but prettify just seems easier as I don’t need to mark it with class names or anything - all I need to do is wrap code in pre... [Read More]
Tags: prettify