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 ... 70 71 72 73 74 75 76
Title Δ
Using the value from the private variable or from the actual proper... -0.47
static/Shared in VB.NET and C# visibility -0.55
Why do structs need to be boxed? +0.17
C# okay with comparing value types to null +0.71
Using var outside of a method +0.22
is this explicit cast necessary when I know it isn't null? -0.26
Implementing IEnumerable on a tree structure +0.24
How do closures work behind the scenes? (C#) +1.14
Does anyone have C# code to repair a linked list that cycles? +0.87
How does C# compilation get around needing header files? +1.02
More fluent C# / .NET +0.55
What's the real reason for preventing protected member access throu... +0.99
Triangle - Triangle Intersection Test +0.61
Should I be concerned about .NET dictionary speed? +0.31
Linq: {"Operation could destabilize the runtime."} +0.21
Complex pathing route -1.01
Typing polymorphic values with multiple interfaces in C# +0.47
Building a non sequential list of numbers (From a large range) +0.86
Corner case in using lambdas expression in base constructor +0.66
The difference between a destructor and a finalizer? +0.68
Why can't I switch on a class with a single implicit conversion to... +0.46
C# - What does "destructors are not inherited" actually m... 0.00
How to call explicit interface implementation methods internally wi... +0.79
Fulfilling a new() constraint on a generic method when using System... -0.00
Collection as Collection of base type c# 2.0 +0.91
Calling descendant virtual methods from static method -0.56
Code with undefined behavior in C# +0.58
LINQ query expression translator? +0.80
How to perform 2 checks in LINQ Where +1.24
.NET Library to Identify Pitches -0.22
Why cannot C# generics derive from one of the generic type paramete... +0.35
Why cannot C# generics derive from one of the generic type paramete... +1.18
Concepts in C# 3.0 +0.38
How not to implement a function of an interface in class? -0.50
c# Immutable classes in business applications +1.38
C# protected members accessed via base class variable +0.39
Why does this work? Method overloading + method overriding + polymo... -1.11
Convert List<DerivedClass> to List<BaseClass> -0.61
Does passing a struct into an interface field allocate? +1.07
Enumerating Collections that are not inherently IEnumerable? +0.23
C# Generics, Constrain to Specific Structs +0.16
c# stack queue combination +0.13
is an abstract class a type of interface? +0.95
Why is the members of an inherited interface not available using re... +0.20
Why use public variables? +0.83
Find the first occurrence/starting index of the sub-array in C# -2.07
Cast concrete class to generic base interface -0.84
In C#, is it possible to cast a List<Child> to List<Parent... +0.95
Interesting "params of ref" feature, any workarounds? +0.75
Is this is an ExpressionTrees bug? #4 0.00