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 1851 times |
may 17 at 17:53
pass c# struct by reference?
may 17 at 14:08
Java auto boxing/unboxing wierdness
may 17 at 12:53
C# Reflection - Get field values from a simple class
may 16 at 7:35
Equals doesn't work on structs?
may 16 at 3:45
What is the purpose of “()=>”
may 16 at 0:30
Do using statements and await keywords play nicely in c#
may 15 at 11:44
Generic constraints: Can I test Equality of generic that can be a reference or value type?
may 15 at 11:44
Get Daylight Saving Transition Dates For Time Zones in Java
may 14 at 15:52
C# class and readonly members
may 14 at 10:51
Why can't interfaces specify static methods?
may 14 at 10:51
Java Equivalent of C# async/await?
may 14 at 7:41
Return 2 strings with function in C#
may 13 at 14:20
Linq: GroupBy, Sum and Count
may 13 at 9:10
In .NET, is finally equivalent to try-catch-throw?
may 11 at 5:57
MD5 hash in silverlight
may 10 at 11:55
Incomplete java byte code
may 8 at 19:23
Why is List<T>.Enumerator faster than my implementation?
may 8 at 18:48
How to create synthetic fields in java?
may 8 at 14:03
How to encode some string with sha256 in Java?
may 7 at 17:09
Creating a multi-dimensional array using a for loop
may 6 at 22:58
Validation for hh:mm:ss
may 6 at 20:58
Differences between C# async and Java ExecutorService
may 5 at 16:32
What is Java Servlet?
may 3 at 11:15
Can Eclipse the Organize Import (ctrl+shift+o) command's handling of static imports be modified?
may 3 at 6:20
Two different expression result in c# and excel
may 2 at 11:27
Neccessary to close web request stream?
may 1 at 18:05
Is this C# code legal?
may 1 at 14:50
How can I assign a property to an attribute
may 1 at 12:54
Why is Java calling my long variable an int?
may 1 at 1:54
Task.Run and Func<>
apr 29 at 20:22
Captured Closure (Loop Variable) in C# 5.0
apr 29 at 20:22
How can I turn an XDocument into a Stream?
apr 29 at 10:31
How to add test coverage to a private constructor?
apr 26 at 21:32
Why can I parse invalid values to an Enum in .NET?
apr 25 at 21:36
When time zone of China it goes, work as good Java will not?
apr 25 at 6:55
private static method in class pros and cons?
apr 24 at 20:30
XDocument: Conditionally create new XElement
apr 24 at 19:20
Why it give me the same output?
apr 24 at 15:29
Multiline string with added text from variables
apr 24 at 13:54
C# Count() Extension Method Performance
apr 24 at 9:04
Why derived class overriding method should not be more restrictive than base class in java?
apr 24 at 8:49
How does an array's equal method work?
apr 24 at 2:04
MemoryStream, Cannot access a closed stream
apr 23 at 19:19
How can you generate the same MD5 Hashcode in C# and Java?
apr 23 at 9:52
LINQ Distinct()
apr 22 at 13:47
C# internal VS VBNET Friend