News

.NET Framework 4 introduces a new method on its String class called IsNullOrWhiteSpace that checks whether a provided String is null, empty, or consists only of “white space.” This handy ...
Have you ever wondered why the java.util.Collections class includes various “empty” class methods, which return immutable empty collections and immutable empty iterators? This post answers ...