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 1845 times |
jul 7 '09 at 18:56
Forwarding events in C#
jul 7 '09 at 8:57
.Net HttpWebRequest.GetResponse() raises exception when http status code 400 (bad request) is returned
jul 2 '09 at 15:22
Multiple WHERE clause in Linq
jul 2 '09 at 14:32
Difference between Monitor.Pulse and Monitor.PulseAll
jul 2 '09 at 14:27
“Nested foreach” vs “lambda/linq query” performance(LINQ-to-Objects)
jul 2 '09 at 9:22
C# Code Simplification Query: The Sequential Foreach Loops
jul 1 '09 at 23:42
Are 2 dimensional Lists possible in c#?
jul 1 '09 at 17:12
C# Linq to XML check if element exists
jul 1 '09 at 8:44
Dynamic languages - which one should I choose?
jun 29 '09 at 9:47
How can I cast a list using generics in Java?
jun 23 '09 at 19:40
DotGNU vs Mono
jun 19 '09 at 14:19
DateTime.ParseExact - failing
jun 17 '09 at 19:53
Why does Math.Round(2.5) return 2 instead of 3 in C#?
jun 17 '09 at 16:19
Is this a good way to generate a string of random characters?
jun 17 '09 at 16:18
What exactly is a “Software Architect”?
jun 16 '09 at 19:57
(0 == variable) or (null == obj): An outdated practice in C#?
jun 15 '09 at 18:57
Does C# inline properties?
jun 15 '09 at 6:58
Question about Dictionary<T,T>
jun 12 '09 at 21:03
Why am I getting a NullPointerException in this for loop?
jun 12 '09 at 16:15
How can I transform XML into a List<string> or String[]?
jun 12 '09 at 10:54
C# IEnumerable Retrieve The First Record
jun 10 '09 at 10:22
Is linq's let keyword better than its into keyword?
jun 8 '09 at 14:12
Test Driven Development is the way to go. But how should it be done?
jun 8 '09 at 8:47
What are the advantages of delegates?
jun 5 '09 at 11:27
What is the most efficient Java Collections library?
may 27 '09 at 9:11
Breaking out of nested loops in Java
may 20 '09 at 21:27
What is the correct way to represent template classes with UML?
may 20 '09 at 9:22
Interface defining a constructor signature?
may 14 '09 at 6:47
What does beforefieldinit flag do?
may 13 '09 at 13:30
Why do my .net Int64's behaves as if they were Int32's?
may 12 '09 at 19:35
Static Members of an Instance Class
may 11 '09 at 6:12
List<T> Casting algorithms and performance considerations
may 9 '09 at 22:47
Does it matter what I choose for serialVersionUID when extending Serializable classes in Java?
may 7 '09 at 21:12
What's the use of Invoke() in .net?
may 7 '09 at 14:34
What do you call it when one interface “inherits” from another?
may 5 '09 at 19:52
Is it wise to use LINQ to replace loops?
may 4 '09 at 20:21
abstract explicit interface implementation in C#
may 1 '09 at 18:44
Do I have to hash twice in C#?
apr 27 '09 at 15:37
Build a C# Bookshelf - what books would you include?
apr 26 '09 at 20:52
Are Getters and Setters evil?
apr 24 '09 at 21:13
Java Collections API Bug?
apr 22 '09 at 18:52
Is F# a usable language for .net windows development
apr 22 '09 at 15:42
count VS select in LINQ - which is faster?
apr 22 '09 at 15:12
Use a custom thousand separator in C#
apr 22 '09 at 14:36
Initializing a Generic.List in C#
apr 18 '09 at 1:22
Cannot refer to the static enum field within an initializer?
apr 17 '09 at 19:12
Visual studio 2005: List<T>.First() List<T>.Last() methods in C#?
apr 16 '09 at 22:22
ASP.NET - Easy way to swap a boolean?
apr 16 '09 at 20:35
Comparing Character, Integer and similar types in Java: Use equals or ==?
apr 15 '09 at 15:32
Git ignore file for VB.NET projects
apr 9 '09 at 14:40
Determining if an Object is of primitive type
apr 8 '09 at 21:06
Will a using clause close this stream?
apr 8 '09 at 7:18
Why can't I leverage 4GB of RAM in my computer to process less than 2GB of information in C#?
apr 1 '09 at 20:30
Getting the “diff” between two arrays in C#?
apr 1 '09 at 16:07
When to use Enum or Collection in Java
apr 1 '09 at 14:44
When does a java object become non-null during construction?
apr 1 '09 at 0:52
How fast or lightweight Is Protocol Buffer?