Badge
| Nice Question | Question score of 10 or more. This badge can be awarded multiple times. |
Triynko earned this badge 7 times |
dec 16 at 8:39
Reference equality performance difference? ((object)obj1 == (object)obj2) vs. object.ReferenceEquals( obj1, obj2 )
apr 12 '12 at 5:42
Arithmetic operator overloading for a generic class in C#
jan 12 '12 at 16:15
What does the .NET String.Length property return? Surrogate neutral length or complete character length