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 ... 49 50 51 52 53 ... 76
Title Δ
Does the params keyword guarantee items to be in the same order as... +0.78
C# Thread not releasing memory +1.54
Anonymous method return type casting +0.82
Best way to refer to my own type +0.11
How do I write an extension function to return the average of a cus... +0.10
Random class does not create random number? +0.64
simple question on Math.Round in C# -1.42
Nested namespaces +0.36
What are the implications of asking Reflection APIs to overwrite Sy... -0.41
C# covariance and inheritance +0.32
Array creation with constants in c# +0.43
Implicit Conversion over a Collection +0.20
What is the lifetime of a delegate created by a lambda in C#? +0.63
Curious null-coalescing operator custom implicit conversion behaviour +0.51
How the right associative of null coalescing operator behaves? -0.21
IList<T> and List<T> Conversions with Interfaces +0.43
Action/Lambda Expression Memory Management Question +0.36
How to terminate outer loop in nested loops? -0.29
why can we declare delegates outside a class? Is it not against OOP... +0.30
Delegate as first param to an Extension Method +0.34
Garbage Colletion with IDisposable +0.44
How round double nullable type? +0.62
Handling null parent T of all object T +0.44
C# Method Resolution, long vs int -1.60
C# - How does the compiler find the another part of the partial cla... +1.01
Can you signal and wait atomically with C# thread synchronization? +0.57
GetHashCode() gives different results on different servers? +0.20
Why Locking On a Public Object is a Bad Idea +0.28
Have a class being created automatically when my app starts +0.35
Extension method restricted to objects containing specific properties +0.31
Delegates vs. Events +0.51
Stop Debug.Assert? +0.79
Why is it always necessary to implement IDisposable on an object th... +0.37
Cast vs 'as' operator revisited +0.39
Why Double-Checked Locking is used at all? +0.36
Why Are Parentheses Required on C# Static Constructors? -1.60
C# and .NET: Best way to learn both? +0.34
C# generated IL for ++ operator - when and why prefix/postfix notat... +0.07
Value type and reference type problem +0.62
How does C# resolve overloaded constructors: Foo(Exception) and Foo... +0.44
Combining delegates and contravariance 0.00
C# LINQ First() faster than ToArray()[0]? +0.39
Does using public readonly fields for immutable structs work? +0.29
When exactly are events executed in C#? +0.58
derived class accessibility +0.22
How do the compiler know it is out of scope? +0.36
Parallel.ForEach Slower than ForEach +0.26
Cancel request if taking to long to process +0.30
Covariant instance types on open instance delegates -0.71
Why do methods with only one statement need braces? -1.84