I\'m curious if any developers use string.IsNullOrEmpty() more often with a negative than with a positive
e.g.
if (!string.IsNullOrEmpty())
Because "IsNullOrEmpty" is easier to understand than "NotNullOrEmpty". The latter could be interpreted as: