
Getting the current .NET version
I've just about finished the upgrade to .NET 2 for the blog software and the removal of proprietary E3 libraries. I want to make sure there is no downtime, but I have to...
Select...
I've just about finished the upgrade to .NET 2 for the blog software and the removal of proprietary E3 libraries. I want to make sure there is no downtime, but I have to...
I had a bit of a struggle recently trying to get .NET to hash a string that would match PHPs built in MD5 hashing. Ended up that it was a string encoding issue, heres how...
I've just finished reading Hackers and Painters: Essays on the Art of Programming by Paul Graham.
The other day we came across a problem recently with Nunit accessing tests on network drives. As I'd like the code backed up I'd like to keep the tests and the code on th...