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 ... 54 55 56 57 58 ... 76
Title Δ
What's the big deal with unicode? +0.40
Create all permutations of a string incrementally c# +0.29
Implicit contravariance on classes - simple failed example +0.81
How to calculate a summation of an arbitrary set of numbers, and al... +0.23
Wikipedia A* pathfinding algorithm takes a lot of time +0.54
Volatile keyword and locking for instance properties +0.67
How to make a Generic Collection with Type Constraint that implemen... +0.34
Options for uniquely identifying objects at runtime? -0.30
thread-safety when returning a simple integer member variable +0.49
using LINQ to find the cumulative sum of an array of numbers in C# +0.66
In C#/.NEt does a dynamic type take less space than object? +0.21
In C#/.NEt does a dynamic type take less space than object? +1.00
Exception handling when assigning a variable C# -0.36
Why does (does it really?) List<T> implement all these interf... +0.47
Use of 'ref' keyword in C# -1.10
Why are lambda expressions not "interned"? +0.15
Does passing a value type in an "out" parameter cause the... +0.47
LINQ implementation - one loop or many? -1.41
Dangerous to store a well hashed password and the method used to ha... +0.49
Best approach for public key encryption in .net +0.10
Clarification on Exception handling +0.52
Compiler error on passing member function to a delegate +0.30
Is it possible to create constructor-extension-method ? how? -0.03
Set anonymous type to null +0.63
covariant object initializers? +0.30
Using Switch-blocks to Parse input for a Text Adventure? +0.65
Viewing the IL code generated from a compiled expression +0.11
How to determine if the type is one of the Action/Func delegates? +0.98
Method Groups (C# In Depth) - Need help understanding better what a... +0.11
addition of strings in c#, how the compiler does it? +0.57
Recommend THE intro C# book for QA +0.30
How are the "primitive" types defined non-recursively? -0.85
Is it possible to overload the “as” or “is” operators +0.12
C# optimizations and side effects -0.43
C# Primitive types (double, int, etc) and Struct differences +0.35
Name of this type of inheritance semantic -0.16
Why can't a class member's name be the same as one of its nested cl... +0.07
Can you avoid unboxing in a memoizing generic method? +0.64
C# Nullable Equality Operations, Why does null <= null resolve a... +0.38
Why enums require an explicit cast to int type? +0.87
Why not volatile on System.Double and System.Long? +0.78
determine the average time to look up a key in a randomly generated... +0.12
Would C# benefit from aggregate structs/classes? +0.78
Why can struct change their own fields? +0.27
C# lock free coding sanity check +0.65
this parameter modifier in C#? -0.33
C# How to place a comma after each word but the last in the list -0.10
Is C# compiler not reporting all errors at once at each compile? +0.61
How to implement a complex IEnumerable<T> directly inside the... +0.45
Are there any connections between Haskell and LINQ? +0.54