Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
Jon Skeet earned this badge 1843 times |
feb 16 at 7:28
Java HashMap Default Initial Capacity
feb 15 at 17:27
C# Encoding a text string with line breaks
feb 15 at 14:02
LINQ gets confused when implementing IEnumerable<T> twice
feb 14 at 18:02
How to compare Lists in Unit Testing
feb 14 at 18:02
What's the best way to merge strings?
feb 14 at 11:47
C# Math.pow(x, 0.333)
feb 14 at 10:41
Why did the BeforeFieldInit behavior change in .NET 4?
feb 14 at 8:16
how to get directory using file object?
feb 13 at 13:56
Why javac does not optimize even simple code?
feb 13 at 11:46
Foo.class what does it do?
feb 12 at 5:49
what's equivalent to Long data type in postgresql?
feb 11 at 21:59
XmlTextReader vs. XDocument
feb 10 at 19:31
What is a suppressed exception?
feb 10 at 10:42
C# Function with optional and params values
feb 10 at 0:08
Using keywords as identifiers in F#
feb 9 at 4:35
overloading/implicit operator for 'as'
feb 8 at 20:15
What is the use of reflection in Java/C# etc
feb 8 at 14:20
How to convert sqldatetime.minvalue to datetime?
feb 8 at 13:00
Instantiate nested static class using Class.forName
feb 8 at 8:34
System.Math.Round bug?
feb 7 at 22:59
JDK 64bit or 32bit?
feb 7 at 16:59
Java Date year calculation is off by year for two days
feb 7 at 10:33
InvalidOperationException in release since .Net 4.0
feb 5 at 13:26
LINQ and set difference
feb 4 at 19:39
Examples of Hash-Collisions?
feb 2 at 18:51
Default variables' values vs initialization with default
feb 2 at 15:21
package javax.mail and javax.mail.internet do not exist
feb 1 at 15:40
Do interfaces derive from System.Object? C# spec says yes, Eric says no, reality says no
feb 1 at 14:55
How to get first level of children by LINQ
feb 1 at 9:05
Does initialized java array go onto stack or heap?
feb 1 at 7:15
Get host name from IP address
jan 31 at 14:59
Casting List<T> - covariance/contravariance problem
jan 31 at 11:04
Flatten a C# Dictionary of Lists with Linq
jan 31 at 7:39
Single line if statement with 2 actions
jan 31 at 7:39
Math.Floor Behaviour
jan 30 at 14:23
A strange behavior from java.util.Calendar on February
jan 30 at 11:58
Get all properties which marked certain attribute
jan 30 at 4:48
static / volatile in Singletons
jan 29 at 19:58
In what situations would I specify operation as unchecked?
jan 28 at 16:56
Java: Why checking for “\n” doesn't match new lines added using System.getProperty(“line.separator”)
jan 28 at 4:41
“The LINQ expression node type 'Invoke' is not supported in LINQ to Entities” - stumped!
jan 27 at 23:36
Thread-safe iteration over a collection
jan 26 at 20:46
Commenting out whole file
jan 23 at 13:09
Calculate the display width of a string in Java
jan 23 at 5:59
Out-of-order writes for Double-checked locking
jan 21 at 14:18
Conversion of BitmapImage to Byte array
jan 21 at 8:48
Difference between yield and List.AsEnumerable
jan 20 at 13:43
Creating (boxed) primitive instance when the class is known
jan 17 at 9:02
Allow user to choose file/folder in C# WinForms app
jan 16 at 19:06
What is the opposite of static?
jan 16 at 19:06
Convert text data into percentage in C#