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 ... 51 52 53 54 55 ... 76
Title Δ
Do I need to pin a struct when copying bytes from the memory location -0.88
Does C# support return type covariance? +0.26
Why is it slower to compare a nullable value type to null on a gene... +0.29
Returning the middle n (values not index) from a colleciton +0.45
Cannot step into a method returning IEnumerable<T>? -1.08
What is "mumble typing?" +0.45
How Do Generic Methods Know About Inaccessible Types? (Or "How... +0.32
Whats a good architecture for a life simulator +0.51
All possible C# array initialization syntaxes +0.78
Is VB.NET weakly typed compared to C# +0.41
It appears some parts of an expression may be evaluated at compile-... 0.00
Instead of error, why doesn't compiler promote the two literals to... -0.16
Abstract classes vs Static classes in C# +0.63
In .NET, using "foreach" to iterate an instance of IEnume... +0.41
Using A* and still avoiding collisions? +0.24
When does a space for a variable get allocated on the stack? +0.27
Why doesn't my use of "protected" work? +0.53
Casting a generic dictionary containing a generic dictionary +0.64
C# casting int to float throwing exception (in runtime) -0.31
What is difference between Task and Thread? +0.69
How do I debug a deadlock when only one thread shows up in Visual S... +1.13
Need algorithm to make simple program (sentence permutations) -1.74
Overriding the Equals and GetHashCode of a type, which has 'dibs'? -0.68
Is this use of Parallel.ForEach() thread safe? -1.15
self mutating readonly struct field +0.62
Constructor of an abstract class in C# +0.19
Generics: casting and value types, why is this illegal? +0.35
Implementing .Net interfaces (C#) +0.66
internal keyword in C# +0.51
Can't get co/contra-variance to work in C# +0.56
C# Method Overload Problem With Class Derived From Generic Abstract... 0.00
How to generate a unique hash code for an object, based on its cont... +0.81
Checking for IEnumerable<T> with reflection -0.74
Dilemma with using value types with `new` operator in C# +0.35
Can we use generic list instead of array of objects C# +0.67
why does *p++ = *p - a give strange results? 0.00
How does a generic constraint prevent boxing of a value type with a... +0.69
C# - An objects scope +0.67
Why doesn't the following generic method call require a type? +0.13
Calling a list of methods in a random sequence? +0.40
Check compatibility of a method with a given Delegate? -0.11
Manipulating very large binary strings in c# +0.57
Does "Anonymous Recursion" work in .NET? It does in Mono +0.00
Allowing iteration without generating any garbage +0.36
How safe is the data inside private field values in a class, and ho... +0.49
Do I need to pin an anonymous delegate? +0.35
Temporarily change a variable's value -0.52
Inheritance: only fields and methods? +0.57
C# foreach question -0.35
Is using dynamic types to get values from anonymous objects bad pra... 0.00