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 |
jan 16 at 13:21
“Class of <T> where T : Enum” not working
jan 16 at 9:11
C# Begin/EndReceive - how do I read large data?
jan 15 at 23:06
Why isn't there a Guid.IsNullOrEmpty() method
jan 15 at 7:31
c# object initializer complexity. best practice
jan 14 at 1:27
Why is there no cyclic layout issue for classes in C#?
jan 11 at 16:10
Get the Description Attributes At Class Level
jan 9 at 17:09
Can I set a property value with Reflection?
jan 9 at 13:54
Java and unsigned values
jan 8 at 17:37
Check if objects type inherits an abstract type
jan 8 at 10:47
Java Map did not accept “boolean”
jan 7 at 21:52
Strange array return type
jan 7 at 14:06
What does the following snippet mean?
jan 5 at 0:09
Reading from file in a Windows RT Application
jan 4 at 13:53
GetType() on Array item? (c#)
jan 3 at 2:37
Calling static generic methods
jan 1 at 19:31
Why does this assignment not require an explicit cast?
dec 31 at 15:40
Java: Why do you need to specify a 'f" in a float literal?
dec 31 at 14:20
How lock by method parameter?
dec 27 at 13:33
When is this LINQ query executed?
dec 27 at 1:58
Why does IEumerator<T> affect the state of IEnumerable<T> even the enumerator never reached the end?
dec 26 at 14:02
Why do I get an exception when passing “null” constant but not when passing a “null” string reference?
dec 25 at 2:52
How to add Assembly reference?
dec 22 at 22:42
Force Linq to not delay execution
dec 20 at 11:51
Code Contracts at runtime
dec 19 at 17:55
java enum with enum in constructor
dec 19 at 13:45
I have got this warning: non-varargs call of varargs method with inexact argument type for last parameter;
dec 19 at 9:05
Am I implementing this simple contract incorrectly?
dec 19 at 6:25
Fast and Best Producer/consumer queue technique BlockingCollection vs concurrent Queue
dec 18 at 22:15
What does SQL Server return to C#
dec 17 at 1:45
How to draw a circle with transparent middle
dec 14 at 22:49
Getting a short day name
dec 14 at 19:08
Coverity, Enumerable.Where(this …), and IDisposable
dec 14 at 17:43
Force decimal point (“.”) as seperator in java
dec 14 at 11:53
How to iterate through range of Dates in Java?
dec 13 at 20:23
Pitfalls of (Mis)Using C# Iterators to Implement Coroutines
dec 13 at 16:53
How to read and understand the java stack trace?
dec 12 at 12:37
Exception in thread “main” java.lang.NoClassDefFoundError
dec 12 at 11:32
Use of Timer in Windows Service
dec 11 at 22:22
While converting double 0.10 double.parse() converts to 10.0
dec 11 at 19:22
Method Overriding and Optional Parameters
dec 11 at 17:57
initializing a Guava ImmutableMap
dec 10 at 21:46
Optional argument followed by Params
dec 8 at 18:45
Does an interface by default extend Object?
dec 8 at 15:55
split a Decimal in vb.net
dec 7 at 11:55
Java synchronized list for loop
dec 6 at 13:54
Return type of generic method
dec 6 at 11:04
How does ToList() on an IEnumerable work?
dec 5 at 22:24
Building Java package (javac to all files)