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 ... 58 59 60 61 62 ... 76
Title Δ
Code in base class method not executing when using "base"... -0.07
Is if(var == true) faster than if(var != false)? +0.53
Shortcut for "null if object is null, or object.member if obje... +0.79
What is the philosophy of literals in programming? 0.00
Why do assignment statements return a value? +0.51
Why is this C# code not compiling? +0.40
try catch bad form? -0.02
C# Dynamic Keyword — Run-time penalty? +0.63
Why does this generic constraint compile when it seems to have a ci... +0.69
Passing a lambda to a method with different parameters +0.63
difference between type conversion and type casting? +0.14
How can I clean up this code? +0.34
Should LINQ be avoided because it's slow? +0.51
C# Algorithm that Re-arranges Chars in a String +1.16
How can an UIntPtr object be converted to IntPtr in C#? -1.21
How do exceptions work (behind the scenes) in C# +0.65
Why are C# structs immutable? +1.00
How does C# generics affect collections with primitives -0.78
What is the difference between ((IEnumerable)source).OfType<T>... +0.82
What is the meaning of a delegate inside a class? +0.45
Question regarding implicit conversions in the C# language specific... -0.81
What should I know when choosing a namespace name? +0.67
What is the best way to store area data for a text adventure? +0.38
JIT Compiler and its Types 0.00
Delegate doesn't accept subclass? +0.50
Interface instances +0.64
What is the order of destruction of objects in VBScript? 0.00
C# 4: Dynamic and Nullable<> 0.00
Stack and heap in c sharp +0.83
What is difference between normal typecasting and using “AS” keyword +0.06
C#: returning an inherited class from an instance of its base class... +0.58
Casting List<> of Derived class to List<> of base class +0.68
Using Statement with Generics: using ISet<> = System.Collecti... 0.00
Sorting a collection of numeric Strings -0.19
What does Expression.Quote() do that Expression.Constant() can’t al... +0.15
I just can't seem to get my head around Lambdas in c# +0.28
iterator block to LINQ +1.47
How to identify what state variables are read/written in a given me... +0.56
VBScript seems to be GC'ing objects from nested scopes in the wrong... 0.00
Common Linq / Standard Query Operator mistakes/mis-steps? -0.61
Implicit conversion without assignment? +0.19
Problem understanding C# type inference as described in the languag... 0.00
var: a Type or a keyword -0.24
Best practices for dealing with LINQ statements that result in empt... +0.85
How do you verify that a 2d bitmap is contiguous? +0.57
Return code or out parameter? -1.70
How to make a method take 2 different types +0.43
How does foreach call GetEnumerator()? Via IEnumerable reference or... +0.51
Generic methods and method overloading +0.93
Generic overload resolution -0.14