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 |
mar 8 at 0:18
Divide By Zero Oddities
mar 7 at 7:27
While C# generates a Random output Why do Java generate “Hello World” for the same piece of code?
mar 6 at 23:12
OrderBy and OrderByDescending are stable?
mar 6 at 19:22
Is int assignable from char?
mar 6 at 10:42
What is @ in front of a variable / identifier in C#?
mar 5 at 17:35
Namespace Manager or XsltContext needed
mar 5 at 8:39
c# progressbar not updating
mar 5 at 2:04
Why is this code not thread safe?
mar 3 at 15:08
Java: Quickly read the last line of a text file?
mar 3 at 15:08
How to get audio data from a MP3?
mar 2 at 18:16
Inheritance: object creation
mar 1 at 13:31
Inline If statement - short-circuiting
mar 1 at 11:56
Compound String key in HashMap
mar 1 at 0:01
Checking if Bytes are 0x00
feb 28 at 5:20
C# Why use SuspendLayout()?
feb 28 at 1:20
MessageDigest hashes differently on different machines
feb 27 at 22:24
C# - Textbox Newline Problems
feb 27 at 16:49
Java meaning of .java~
feb 27 at 10:13
derived instance in base class
feb 26 at 21:58
What is an “opaque” key?
feb 26 at 16:08
Group by in LINQ
feb 26 at 14:38
Linq Expression gets Convert function inserted
feb 26 at 14:38
How can I reverse a list in foreach?
feb 26 at 5:47
The Subclass of java.util.TreeMap gives NullPointerException on call put(key, value) method
feb 25 at 16:37
Binary representation of a .NET Decimal
feb 25 at 11:11
Cannot convert from Func<T,T,T> to Func<T,T,T>
feb 24 at 17:26
string.Remove doesnt work
feb 24 at 9:55
List<int> to IEnumerable<IComparable>
feb 24 at 9:55
Linq ToList/ToArray/ToDictionary performance
feb 24 at 3:19
Need help refactoring this basic async-await loop
feb 23 at 6:31
How to run this java class in command line in windows?
feb 22 at 14:51
Effect of properties or get/set methods on object size
feb 22 at 7:55
linq where list contains any in list
feb 21 at 19:54
String.IsNullOrEmpty() or IsEmpty()
feb 21 at 19:54
Java Search an array for a matching string
feb 21 at 13:24
Does there exists a Dot.Net 4.5 Async Timer
feb 21 at 6:39
Avoiding nulls, immutability, object state
feb 20 at 21:57
How to know if a DateTime is between a DateRange in C#
feb 20 at 16:52
How to address co-variant array conversion?
feb 20 at 13:12
Convert a string/integer to superscript in C#
feb 20 at 5:27
How can I manage multiple OrderByDescending criteria?
feb 19 at 23:42
LINQ Queries with dynamic Order By
feb 19 at 10:41
Use LINQ to group data from DataTable
feb 19 at 5:31
Remove IList<int> items from IList<int> items
feb 18 at 23:26
Reading from memory stream to string
feb 18 at 14:21
C# Passing arguments by default is ByRef instead of ByVal
feb 17 at 21:35
Getting localized strings for DayOfWeek values