Load XHTML into an XDocument?

Mon, 28 June 2010

I thought XLinq would be a convenient way to load and manipulate XHTML data but was scuppered as it wouldn't parse due to some undeclared entities   for example...

MyFaultException

Mon, 14 June 2010

Everyone is used to typed exceptions, using them in your libraries is good practice allowing for concrete compile time type checking and that kind of thing. This is also a good thing to do when designing your web services.

Season Your Hash - Adding Salt

Sun, 13 June 2010

Hashing your passwords is not enough, there are a number of hash databases which store huge numbers of hash values which act as a reverse lookup revealing your passwords true identity.

Camelize

Mon, 31 May 2010

Quickly... yes its got an American z in it, but here is some code to convert a string into Camel case, upper or lower

Cyclical Ranged Number

Sat, 12 December 2009

Ever wanted a number which can only be between two given min/max values, which when you assign it a value outside of this it works uses the remainder...? No...? What are you weird!

Long Operation Status

Sun, 29 November 2009

How to provide the UI with the status of a long operation