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 ... 67 68 69 70 71 ... 76
Title Δ
Can’t declare local variable inside conditional statement +0.00
Why isn't this recursion working in C#? -0.87
What is wrong with my namespaces? -1.04
Why you cannot use an unsafe keyword in an iterator context? +0.25
Are double and double? interchangeable? -0.29
Yield the shortest path in state transistions -1.39
How is an array type declaration 'new int[10][]' evaluated? +0.98
When do you define a class? +0.47
What are the rules for multiple casts in C#? -0.55
Can same method be used with and without ref? -1.16
C# polymorphism simple question +0.80
Append to an expression 0.00
Why does .Net use a rounding algorithm in String.Format that is inc... +1.13
CLR JIT optimizations violates causality? -0.76
Can all 'for' loops be replaced with a LINQ statement? +0.77
[Optimize This]: Slow LINQ to Objects Query +0.46
I'm trying to get basic collision dynamics working +0.21
Why does x++ have higher precedence than ++x? +0.17
C# compiler doesn’t optimize unnecessary casts +0.78
Accessing a field of a class after a lambda expression +0.18
Conditional operator cannot cast implicitly? +0.67
What is the right way to pass on an exception? (C#) -1.18
what is the state of the "C# compiler as a service " +1.63
Why does params behave like this? +0.59
C#: Avoid infinite recursion when traversing object graph -0.09
Generic Variance in C# 4.0 +0.07
Can I create ternary operators in C#? +0.62
Need to beat the GC and have object destroyed once it goes out of s... +0.47
Project Euler #15 -0.05
Using vs lambda -0.07
Encrypting with app public/private key in .net +0.93
Why does Nullable<T> HasValue property not throw NullReferenc... -0.57
When to pass ref keyword in +0.51
Simple Delegate (delegate) vs. Multicast delegates -2.87
reference assignment is atomic so why is Interlocked.Exchange(ref O... +0.54
Manually Timing out a C# Thread +0.15
Is there a difference between return myVar vs. return (myVar)? +0.52
Difference between Covariance & Contra-variance +2.18
why C# does not provide internal helper for passing property as ref... +0.34
Overwriting Default values in C# structs +1.56
Which C# 4.0 Book would you purchase, and why? +0.40
C# Delegate Instantiation vs. Just Passing the Method Reference -0.94
LINQ: Find all intersecting data, not just the unique values +0.71
Thread Abort in .NET -1.12
Guid == null should not be allowed by the compiler +0.78
Why is String.Concat not optimized to StringBuilder.Append? +0.63
C# dictionary, need advice +0.29
Can the "dynamic" type vary safely in a generic collectio... +1.14
C# when do instance variables with default values get set? -0.58
A confusion about value types +0.74