IsCrAndLfComplex or what? 2 days ago Read More
The question from the other day from Patrick was:I have a class defined as public class Foo { private string name = "a\r\nb\r\nc"; public string Name { get { return this.name; } set { this.name = v...
I 陌 谋 i before 衻 褠 unless you ask Y y 蕪 8 days ago Read More
I was asked the other day what I thought about string comparisons. What with all the different recommendations floating around, all of the different possibilities, and all the unclear guidelines, t...
y? Because it's documented that way! 9 days ago Read More
The question yesterday was:
For date formatting and parsing APIs, is there a difference between lower- and upper-case Ys? (I.e., 鈥測yyy鈥?v. 鈥淵YYY鈥?) The articles on MSDN seem to be inconclusive. Err...