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 ... 9 10 11 12 13 ... 76
Title Δ
Interface method's parameter types and return types 0.00
Porting C Code to C# / dereferencing a pointer +0.84
How/Why does ref return for instance members +0.75
What is the size of uninitialized struct vs uninitialized class in... 0.00
Calculating the approximate run time of a for loop +0.19
Why does C# not allow anonymous cast to objects? 0.00
Error: The name does not exist in the current context +0.15
How to combine items in List<string> to make new items effici... +0.30
Is there any risk making a base class generic and then making a cla... 0.00
Are readonly structs supposed to be immutable when in an array? 0.00
Do local variables need to be synchronized? +0.32
How does async-await allow for responsiveness in an application tha... 0.00
Having trouble finding the start of a sentence inside string array -1.44
Pointer as generic type argument +0.08
Conditionally choose a value on the left hand side of an assignment... +0.42
Why does this Task return early? Have I done something wrong? +0.61
Need help understanding the syntax in an array -0.17
Does a method has to be async when invoked inside an async method? +0.26
Sort List of List and maintain correct number of lists in c# +0.08
Remove if statement and make it more readable -1.25
Where does local variables actually allocated within CLR? +0.48
What would be the correct implementation while deciding over interf... +0.07
What Is The Point of Value on Nullable Types In C# +0.39
C# BeforeFieldInit Jon Skeet explanation confusion 0.00
LINQ C# complex nesting structure +0.08
How is CIL used to make network / http requests? +0.33
Compile time safety of derived classes virtual functions? -0.44
Two times inherited from a generic class +0.08
Achieve (possibly) covariant cast 0.00
Does await new Task(async () => Actually halt execution until fi... +0.08
When is the best place to use Task.Result instead of awaiting Task +0.50
How do I add a parameter to a method in my interface in C# without... 0.00
What happens when async code attempts to resume on a thread that is... +0.77
Why compiler didn't use same object reference for a static expr... +0.07
How to repair a Parallel for()-loop not to return a different value... +0.26
C# checked box redundant +0.20
How to get subset of List<T> items based on their Sum of an o... +0.22
How to efficently generate n different subsets of length k from List? +0.45
Memory usage difference between Generic and Non-generic collections... +0.23
Output of code using System.Random does not approach theoretical li... +0.08
Getting my values back as int[,] after storing them in a stack of o... 0.00
Does a namespace not contain other things than type names? +0.08
Disposing implicit references within using statements +0.21
C# Lambda Expression translated strange, Any Suggestions? 0.00
Take list of unique by name Presidents with the oldest date of Gove... -3.32
Best practice / idioms in C# to create "case classes" +0.08
Should you declare a constant value as a private variable if only u... +0.08
Covariance in Generics: Creating a Generic List with a Bounded Wild... +0.08
Operator '==' cannot be applied to operands of type 'T&... +0.39
Confused with % operator -2.04