As simple as it gets, C# 2.0 has brought with it loads of language features. Some made a huge difference and few less talked about.
One of them is String's IsNullOrEmpty method, let's do a comparision of C# 1.1 and 2.0 logic to check for a empty
Read More