StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eric Lippert

Rating
1920.22 (1st)
Reputation
638,445 (35th)
Page: 1 ... 15 16 17 18 19 ... 76
Title Δ
Why does KeyValuePair not override Equals() and GetHashCode()? +0.51
C# bool is atomic, why is volatile valid +0.30
Why is parent's public member only accessible within a method d... +0.08
reversing this math expression in C# +0.33
Why function is generating negative numbers? 0.00
I don't understand why we need the 'new' keyword +0.35
Is this Guid random or guessable +0.09
Pointers to pointers vs. normal pointers -0.30
Why can I apply a null-conditional operator to a hardcoded string? -0.51
Why does collection initializer work with getter-only property? +0.18
How does LINQ's OrderBy jive with MoveNext? 0.00
In C# What type interface implementation is this called 0.00
How to get the hashcode generated after a element added to a hashta... +0.08
C# Switch statement scenario +0.43
Does closure involves boxing? 0.00
Why doesn't IOrderedEnumerable retain order after where filtering +0.53
c# Process Complex Rules 0.00
Reverse the behavior of `IEnumerator` 0.00
Perform multiple actions in same time +0.15
Why does C# allow ambiguous function calls through optional argumen... +0.24
How to correctly work with Math.Pow()? +0.18
Combine multiple generic types in hacklang 0.00
When should I use integer for arithmetic operations instead of floa... -0.14
Cannot convert type 'Task<Derived>' to 'Task<I... +0.45
Primary Constructor is not being compiled in C# 6.0 0.00
Group list into groups by the the index range of the list +0.14
Volatile equivalent for non primitive objects c# 0.00
What is an efficient algorithm to find the most frequent sub-collec... 0.00
Is there a way to determine which class called a static method in .... -0.26
How to put a delay between 2 tasks? +0.22
Why is Roslyn generating a > comparison instead of a != one here? 0.00
Do I need volatile if I call Thread.Join()? +0.60
async await: is the main thread suspended? +0.17
What are the rules the C# compiler uses to resolve types in a lambd... +0.23
How to minimise boolean algebra ~(a+~b)(a~b+c)(b+~c) 0.00
C# Trying to access an object's attribute throws an exception +0.09
The async/await and development pratices 0.00
How do I escape characters c# refuses to escape? 0.00
How to compile a delegate taking one argument? 0.00
Find all combinations in a string separated -0.92
What the different task array and task? 0.00
Why StreamReader Constructor (String) does not conform to construct... +0.08
Could you please explain this statement by providing an implementat... 0.00
linq C# issue not getting expected output +0.08
C# queue multiply all items by -1 +0.91
Why does C# use contravariance (not covariance) in input parameters... +0.39
Why C# Garbage Collection behavior differs for Release and Debug ex... +0.46
What would be the log(O(n * log(n)))? -0.64
Can someone explain overflow in C# using binary? 0.00
Basic Code Restructure Query +0.09