The new String.IsNullOrWhiteSpace method
It was only yesterday that I’ve noticed this new static method. As you probably expected from its name, the IsNullOrWhiteSpace method will only return true for a null string or for a string which contains only white-space chars (ie, tabs, spaces, etc). Small but handy addition.