Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Jon Skeet earned this badge 4101 times |
6h ago
ThreadAbortException
may 21 at 18:58
convert byte[] to string
may 21 at 18:38
is it ok to multiply decimal to int?
may 21 at 15:53
How to remove a weakReference from a list?
may 21 at 7:18
Convert List of KeyValuePair into IDictionary “C#”
may 20 at 12:06
Passing an argument to cmd.exe
may 18 at 13:20
Missing identifier even though it's defined one line above?
may 17 at 19:18
How to write unicode cross symbol in Java?
may 17 at 17:38
pass c# struct by reference?
may 17 at 13:18
Java Enum Static Final Instance Variables
may 17 at 12:48
C# Reflection - Get field values from a simple class
may 17 at 8:22
How much space in memory reserver for new Object();
may 17 at 1:22
Evenly divide in c#
may 16 at 11:21
support different Office versions with Office Automation
may 16 at 0:25
Do using statements and await keywords play nicely in c#
may 15 at 17:55
What is the purpose of “()=>”
may 15 at 14:04
Number for each enum item?
may 15 at 13:54
Java hashcode() strings collision
may 15 at 9:49
Generic constraints: Can I test Equality of generic that can be a reference or value type?
may 14 at 15:42
C# class and readonly members
may 14 at 10:36
Why can't interfaces specify static methods?
may 14 at 10:16
Java Equivalent of C# async/await?
may 14 at 2:46
Underscore prefix on member variables. intellisense
may 13 at 18:20
Cannot refer to a non-final variable i inside an inner class defined in a different method
may 13 at 13:55
Linq: GroupBy, Sum and Count
may 13 at 8:35
In .NET, is finally equivalent to try-catch-throw?
may 13 at 4:05
Inline initialization blocks in java
may 12 at 22:19
Please help me with this C# code
may 12 at 15:04
Return 2 strings with function in C#
may 11 at 20:53
When should we call System.exit in Java
may 11 at 5:42
MD5 hash in silverlight
may 10 at 14:10
@(at) sign in file path/string
may 10 at 9:25
Incomplete java byte code
may 9 at 9:49
java: save string as gzip file
may 8 at 18:53
Why is List<T>.Enumerator faster than my implementation?
may 8 at 18:08
How to create synthetic fields in java?
may 8 at 15:13
Using Reflection to get Method Name and Parameters
may 8 at 13:33
How to encode some string with sha256 in Java?
may 8 at 8:03
C# call one constructor from the body of another
may 7 at 19:19
convert string to decimal c#
may 7 at 17:04
Creating a multi-dimensional array using a for loop
may 7 at 16:39
Unit testing void methods?
may 6 at 21:53
Validation for hh:mm:ss
may 6 at 20:03
Differences between C# async and Java ExecutorService
may 6 at 19:03
Return multiple values from a method in C#
may 5 at 16:12
What is Java Servlet?