Until .NET 3.5, most of the developers that are familiar with String class methods have already used String.IsNullOrEmpty() method.
For example, I do often use this method when I want to check in same time if the String is Empty ("") or Null.
Ex:
if (! String .IsNullOrEmpty...
on
Tue, Jun 22 2010