Category Archives: programming

Git Resources

Over the last couple of months I have been working on moving all of my personal projects over to Git based source control.  I have moved all of my source code to GitHub.  The reason I did this was because … Continue reading

Posted in Lists, programming | Tagged , , , | 2 Comments

NAnt Cross Platform Build Scripts

Yesterday I spent a great deal of time getting my build script for my TwitterNET project to run successfully under Linux on Mono.  My build script was already worked nicely on Windows but since I’ve moved to Linux and didn’t … Continue reading

Posted in programming | Tagged , , , | Comments Off on NAnt Cross Platform Build Scripts