Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Eric Lippert earned this badge 90 times |
sep 29 '11 at 10:26
Deep Null checking, is there a better way?
sep 24 '11 at 20:22
When NOT to use yield (return)
jul 31 '11 at 2:25
What are the rules for evaluation order in Java?
jul 22 '11 at 20:52
why do we need the new keyword and why is the default behavior to hide and not override?
jul 20 '11 at 23:08
C# and immutability and readonly fields… a lie?
jul 7 '11 at 20:56
Why are C# 4 optional parameters defined on interface not enforced on implementing class?
jun 23 '11 at 3:20
Can a local variable's memory be accessed outside its scope?
jun 21 '11 at 22:48
Is the C# compiler smart enough to optimize this code?
jun 15 '11 at 14:23
Why doesn't C# support the return of references?
jun 15 '11 at 13:37
Curious null-coalescing operator custom implicit conversion behaviour
may 23 '11 at 7:38
Writing musical notes to a wav file
apr 4 '11 at 22:09
Why does (does it really?) List<T> implement all these interfaces, not just IList<T>?
mar 23 '11 at 5:40
Why is there a large difference in readability between the C# and ECMAScript specifications?
jan 18 '11 at 0:34
Do else if statements exist in C#?
oct 24 '10 at 14:36
Why does >= return false when == returns true for null values?
oct 3 '10 at 23:35
Is if(var == true) faster than if(var != false)?
sep 21 '10 at 13:33
Why are C# 3.0 object initializer constructor parentheses optional?
jul 23 '10 at 14:42
More fluent C# / .NET
jun 27 '10 at 23:32
Why is the explicit management of threads a bad thing?
may 16 '10 at 14:47
How can I reliably determine the type of a variable that is declared using var at design time?
may 15 '10 at 9:42
Why hasn't functional programming taken over yet?
may 3 '10 at 15:17
Monad in plain English? (For the OOP programmer with no FP background)
apr 12 '10 at 17:07
Is there a difference between return myVar vs. return (myVar)?
feb 1 '10 at 20:12
What is F#? What can it do that C# can't?
oct 23 '09 at 13:22
Which code is more readable?
oct 13 '09 at 9:42
C# : Why doesn't 'ref' and 'out' support polymorphism?
sep 28 '09 at 13:37
Why does my C# array lose type sign information when cast to object?
sep 22 '09 at 10:17
Why C# is not allowing non-member functions like C++
aug 20 '09 at 16:07
How can I ensure that a division of integers is always rounded up?