Badge
| Guru | Accepted answer and score of 40 or more. This badge can be awarded multiple times. |
Jon Skeet earned this badge 250 times |
2d ago
If (Array.Length == 0)
may 20 at 18:52
How to convert linq results to HashSet or HashedSet
may 7 at 16:04
Immutable vs Unmodifiable collection
may 7 at 13:44
C# ‘dynamic’ cannot access properties from anonymous types declared in another assembly
may 6 at 14:43
javax vs java package
may 2 at 11:47
LINQ Group By Multiple fields -Syntax help
may 1 at 1:49
Creating random numbers with no duplicates
apr 23 at 10:37
Replacing characters in Ant property
apr 22 at 17:02
ReSharper warns: “Static field in generic type”
apr 20 at 16:43
What is the most efficient Java Collections library?
apr 19 at 16:23
Multiple WHERE clause in Linq
apr 9 at 23:13
Reading Xml with XmlReader in C#
apr 8 at 18:51
C# Captured Variable In Loop
apr 8 at 14:56
LINQ OrderBy versus ThenBy
apr 2 at 18:03
Should I learn Java before learning Android
apr 1 at 16:36
C#: Recommended way to check if a sequence is empty
mar 31 at 14:55
C# Passing objects and list of objects by reference
mar 29 at 20:59
Creating a DateTime in a specific Time Zone in c# fx 3.5
mar 18 at 14:22
Java Constructor Inheritance
mar 17 at 18:17
What is a difference between <? super E> and <? extends E>?
mar 13 at 10:58
Why is January month 0 in Java Calendar?
mar 11 at 13:21
When to use ref and when it is not necessary in C#
mar 6 at 5:16
How do I get the directory from a file's full path?
feb 21 at 11:24
What exactly is a “Software Architect”?
feb 18 at 11:56
Does use of final keyword in Java improve the performance?
feb 8 at 18:40
How can an object not be compared to null?
feb 8 at 12:50
When is it acceptable to call GC.Collect?
feb 7 at 16:14
Instantiating a generic class in Java
feb 7 at 15:49
How to declare a friend assembly?
feb 4 at 2:43
Linq order by, group by and order by each group?
jan 31 at 12:09
Initializing a Generic.List in C#
jan 29 at 20:08
C# Interface Inheritance query
jan 29 at 14:02
Create whole path automatically when writing to a new file
jan 29 at 11:22
Determining if an Object is of primitive type
jan 28 at 4:46
What are lifted operators?
jan 25 at 16:25
Difference between yield and List.AsEnumerable
jan 23 at 14:24
TimeSpan ToString format
jan 19 at 3:58
Are 2 dimensional Lists possible in c#?
jan 16 at 9:31
Unicode, UTF, ASCII, ANSI format differences
jan 15 at 23:41
What are MonoDevelop's .pidb files?
jan 8 at 16:42
Strange array return type
jan 6 at 7:05
Null parameter checking in C#