Gaming

A thought or two on Left 4 Dead

Right off the bat, let me say, this is a great game! Fun, suspenseful, and Co-Op! If you enjoy shooting zombies, You just can't go wrong here. Hats off to Valve. Single player and Co-Op (THANK YOU VALVE for bringing it back!!) are great. Versus… Well, I just don't like it much… Random team, random […]

Programming

Whoa! Here’s some bad code

This post has no basis in advice or analysis, I just was documenting an existing SharePoint site I sadly must maintain at work. If you've read my posts in the past, you'll remember that I am not a big SharePoint fan. Well, this isn't really SharePoint related (I just wanted to kick an app while […]

Programming

Some musings on Sharepoint

First let me say, if you're looking for some tutorials or samples related to Sharepoint, this post isn't for you 😉 but feel free to read on. At my new employer's, I have to do a fair amount of Sharepoint development. Well that phrase right there is just ridiculously large in scope. Allow me to […]

Programming

Project References with Visual Studio

So, you're writing an application, and you break down the functional parts to more base layer services and utility assemblies, and now you want to create a new application and re-use some of your code. My “go to” answer has always been separate assemblies copied to a global project bin and then adding references to […]