Book Review The Pragmatic Programmer

Finished reading The Pragmatic Programmer a few weeks ago. I’ve been slacking off on the book review but better late than never.

To Name A Tuple Value A Or Item0

One of the parts of a Tuple implementation for RantPack I struggled the most with was naming. I tend to struggle with names quite a bit and there’s really no reason for it. It’s a combination of pickiness and … well there’s really no good reason. Pieces which can bother me range from

Making Code Display Better On Your Blog

My blogging tool is Windows Live Writer and I use the “Insert From Visual Studio” plug-in to get pretty looking code into my postings. The generated code uses the <pre> tag for formatting the elements.

Enums Vs Adapters

I like Enums and use them frequently for options and behavior. To an extent I use Enum’s to control behavior. For example

Pinvoke Interop Assistant Now On Codeplex

I’m happy to announce that the PInvoke Interop Assistant tool is now available on CodePlex. This includes the binaries, source code and the dev authored unit tests.