I\'m curious if any developers use string.IsNullOrEmpty() more often with a negative than with a positive
e.g.
if (!string.IsNullOrEmpty())
Perhaps because then the name would have to be the lengthy IsNotNullAndNotEmpty to be as specific.
IsNotNullAndNotEmpty