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 ... 43 44 45 46 47 ... 76
Title Δ
Why the compiler decide 2.3 is double and not decimal? +0.66
Private field captured in anonymous delegate +0.44
Why can't I pass a various numbers of references to a function? +0.49
Is Boxing/unboxing implemented through late or early binding(ie. at... +0.43
Pass an event as a parameter to a method +0.85
Can Visual Studio tell me which reference threw a NullReferenceExce... +0.44
How do I declare a var variable with Roslyn? +0.36
Quirks when using overloaded methods with params string[] and inher... +0.24
goto statement in C# +0.57
Assigning derived class object to a parent class reference +0.37
Converting Object.GetHashCode() to Guid +0.11
Generic Covariance and Casting to SuperType +0.36
What is Type.GUID and how does it relate to Type.Equals()? +0.41
How can I protect my private funcs against reflection executing? -0.11
Some Visual Studio 2010 or C# bug? Or am I just dreaming? +0.45
Reverse Engineering String.GetHashCode -2.22
Can a C# extension method be added to an F# type? +0.33
.Net lambda expression-- where did this parameter come from? +0.53
Whose responsibility is it to cache / memorize function results? +0.24
Dynamic Casting C# +0.21
How do I (quickly) find the longest matching string in C#/.Net +0.07
If statement inside lambda for whole query +0.62
Is thread time spent in syncronization too high? +0.16
Code diff using Roslyn CTP API +0.08
Hierarchy consideration +0.29
What is the life expectency of structs when returned from method an... +0.40
c# multi assignment +0.30
inherit from System.Object +0.34
Finite State Machine and enclosing +0.29
Attribute argument must be a constant error when using an optional... +0.36
Why CLR re-throws ThreadAbortException? +0.08
Linq to objects when object is null VS Linq to SQL +0.55
benefit of using new keyword in derived class member having same na... +0.72
Different Sorting Orders - divide and conquer? +0.31
10 second interval using stopwatch +0.29
Default value for nullable value in c# 2.0 -0.48
What is the type of null literal? -0.72
Inheritance and Destructors in C# +0.19
How to use Private Inheritance aka C++ in C# and Why not it is pres... +0.41
Using base class as generic for IEnumerable<T> +0.22
Cannot implicitly convert type 'Int' to 'T' +0.32
C# Action, Closure, and Garbage Collection +0.49
Why can't we do 'if (object)' in C# to test if object is null? -0.20
Why doesn't the C# compiler catch an InvalidCastException +0.39
Break inner foreach loop and continue outer foreach loop +0.34
Build error: "An expression is too long or complex to compile&... +0.29
Implicit conversion issue in a ternary condition +0.56
If I set a variable using `CreateObject()`, do I need to clean it u... +0.61
c# destructors: the dispose "pattern" and best practises +0.48
Fixing an array of array in C# (unsafe code) +0.10