
MD5 hashing in .NET to match PHP
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...
Select...
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...
ConfigurationSettings.AppSettings is obsolete
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...