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 ... 50 51 52 53 54 ... 76
Title Δ
Name for this pattern? (Answer: lazy initialization with double-che... +0.41
Why this types are not equal? -3.62
C#.NET - Why do members of a static class need to be declared as st... +0.21
What happens when the RAM is over in C#? +0.97
Chaining implicit operators in generic c# classes +0.34
How does "boxing" work in .NET? +0.45
locking a resource via lock within try. Is it wrong? +0.10
How can I convert a generic List<T> to a List? +0.55
Problems with adding a `lazy` keyword to C# +0.34
Why does this code compile without error even though the class is m... +0.47
What's wrong with my implementation of the KMP algorithm? +0.11
volatile as a synchronization mechanism +0.52
Complement of Two Lists? -0.56
C# casting with generics that use interfaces -0.94
"cannot implement interface member" error when interface... -0.76
How to ensure thread safe in the static method -1.94
Shouldn't if(1 == null) cause an error? +0.33
Overloading == operator +0.28
Use of Namespaces in C# +0.21
Determining normal/exceptional exit from a using block in .net +0.36
Is there an Int.isWholeNumber() function or something similar? +0.50
Decimal rounding errors upon division (C#) +0.40
How do I 'continue' a ForEach loop from a nested method? +0.35
Method invocation on a struct? -0.10
In C# 4.0, is it possible to derive a class from a generic type par... +0.48
Math operations using System.Decimal in C#? +0.22
Why cant I cast from a list<MyClass> to List<object>? +0.18
What's the point of a lambda expression? +0.39
Behavior of String in C# +0.37
Is string.GetHashCode() sufficent for word dictionaries in nlp? +0.56
C# disposable question +0.68
(invalid way to) avoid double checked locks in C# -0.28
C# manual lock/unlock +0.44
How do I return a delegate function or a lambda expression in c#? -0.78
How to search fast in list with 40 milions words? +0.48
Thread Safety and Class Method Parameters 0.00
named parameter type constraints +0.58
Operator '==' can't be applied to type T? +0.60
Implementing Depth First Search into C# using List and Stack +0.11
What is thread safe (C#) ? (Strings, arrays, ... ?) -0.73
Linq Should I Return List<T> Or IEnumerable<T> When I S... -1.15
Has the C# spec (team? committee?) ever considered this object crea... +0.23
What is the quickest way to compare a C# Dictionary to a 'gold stan... +0.33
How To Use Yield Inside A Linq Query +0.53
Why are function pointers not considered object oriented? +0.38
Trouble with VBScript default properties +0.11
Enumerable.Average and OverflowException -1.43
C#: Storing a reference to an array location in an object +0.47
The internal implementation of exception handling +0.13
C# Parser Bug on delegate? +0.12