| Populist | Highest scoring answer that outscored an accepted answer with score of more than 10 by more than 2x. This badge can be awarded multiple times. |
Eric Lippert earned this badge 16 times |
jan 28 at 17:06
C# why code compiles without any name spaces included
jan 3 at 20:17
All possible C# array initialization syntaxes
dec 12 at 5:12
Generating all Possible Combinations
apr 30 '12 at 6:57
How to sum individual digits of integer?
jan 31 '12 at 13:47
C# || operator not working with nullable booleans
jan 10 '12 at 18:50
When to use the lock thread in C#?
nov 18 '11 at 16:52
Are C# auto-implemented static properties thread-safe?
nov 2 '11 at 12:14
How do Prefix and Postfix operations work?
oct 27 '11 at 10:28
C# 4.0 Compiler Crash
sep 6 '11 at 10:51
How to break out of 2 loops without a flag variable in C#?
jul 7 '11 at 3:27
How does C# compilation get around needing header files?
apr 26 '11 at 15:23
'Delegate 'System.Action' does not take 0 arguments.' Is this a C# compiler bug (lambdas + two projects)?
apr 20 '11 at 17:26
C# using consts in static classes
jul 30 '10 at 23:43
What is the difference between i++ and ++i?