Badge
| Great Answer | Answer score of 100 or more. This badge can be awarded multiple times. |
Jon Skeet earned this badge 88 times |
may 13 at 17:40
Visual Studio: Make view code default
may 8 at 10:08
What are 'closures' in .NET?
apr 26 at 16:47
What is the purpose of vshost.exe file?
apr 24 at 14:29
how to change time in datetime
apr 24 at 2:34
Why is January month 0 in Java Calendar?
apr 14 at 16:13
Java: How do I use a PriorityQueue?
mar 8 at 0:43
Why does C# forbid generic attribute types?
mar 5 at 23:41
Duplicate keys in .NET dictionaries?
mar 3 at 3:02
A generic list of anonymous class
feb 28 at 14:45
.Net HttpWebRequest.GetResponse() raises exception when http status code 400 (bad request) is returned
feb 25 at 23:02
How to really read text file from classpath in Java
feb 8 at 22:20
Linq Distinct on a particular Property
jan 24 at 2:14
Singleton by Jon Skeet clarification
jan 3 at 19:52
Safely casting long to int in Java
nov 14 at 15:13
Using Git with Visual Studio
nov 5 at 20:00
Interface defining a constructor signature?
oct 26 at 6:19
Func vs. Action vs. Predicate
oct 15 at 6:22
Distinct() with lambda?
sep 25 at 6:17
XDocument or XMLDocument
sep 23 at 18:01
Plain English explanation of Big O
aug 18 at 14:21
OrderBy descending in Lambda expression?
aug 16 at 9:44
Does the order of LINQ functions matter?
aug 13 at 12:57
/dev/null in Windows?
aug 7 at 12:43
Why is super.super.method(); not allowed in Java?
jun 13 '12 at 11:31
Difference between static class and singleton pattern?
may 30 '12 at 12:32
Casting vs using the 'as' keyword in the CLR
may 22 '12 at 14:32
Interop type cannot be embedded
apr 29 '12 at 23:17
How can I return NULL from a generic method in C#?
mar 22 '12 at 11:03
What is the proper way to check for null values?
mar 22 '12 at 8:48
Missing XML comment for publicly visible type or member
mar 19 '12 at 8:48
Last iteration of for loop in java
mar 17 '12 at 5:47
Different results with Java's digest versus external utilities
mar 9 '12 at 15:57
Why is Java Vector class considered obsolete or deprecated?
mar 7 '12 at 20:02
What's the difference between a URI and a URL?
mar 3 '12 at 14:36
How do I save a stream to a file?
mar 1 '12 at 21:24
C# Set collection?
mar 1 '12 at 13:44
“implements Runnable” vs. “extends Thread”
feb 17 '12 at 15:26
What is a serialVersionUID and why should I use it?
jan 31 '12 at 20:05
How to use reflection to call generic Method?
jan 30 '12 at 19:41
How do I call one constructor from another in Java?
jan 19 '12 at 23:02
Try-catch speeding up my code?
jan 19 '12 at 22:07
using LINQ to remove objects within a List<T>
jan 17 '12 at 15:34
Creating a comma separated list from IList<string> or IEnumerable<string>
jan 16 '12 at 22:31
Why is char[] preferred over String for passwords?
jan 4 '12 at 23:12
LINQ equivalent of foreach for IEnumerable<T>
dec 6 '11 at 15:25
Breaking out of nested loops in Java
nov 5 '11 at 18:21
Creating a byte array from a stream
sep 22 '11 at 17:17
Is double Multiplication Broken in .NET?
aug 30 '11 at 20:29
Why are static variables considered evil?
aug 22 '11 at 6:02
C# - Assignment in an if statement
aug 13 '11 at 20:29
int a[] = {1,2,}; Weird comma allowed. Any particular reason?
aug 9 '11 at 10:52
Are “while(true)” loops so bad?
jul 28 '11 at 3:23
Access to Modified Closure
jul 28 '11 at 0:47
Are string.Equals() and == operator really same?
jul 27 '11 at 21:31
How slow are .NET exceptions?
jul 27 '11 at 21:31
Why should I avoid using Properties in C#?