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 ... 25 26 27 28 29 ... 76
Title Δ
C# postfix and prefix increment/decrement overloading difference 0.00
What's the difference between normal types and anonymous types? -3.76
"Cannot implicitly convert type 'double' to 'byte'" +0.40
Is creating an explicit or implicit operator for a SecureString to... +0.35
writing a C# version of haskell infinite fibonacci series function +0.11
How to avoid infinite loops when counting cluster size in a graph? +0.24
Generic Class Covariance +0.07
Why for loop is creating variable with the same address? +0.26
Is it possible to cheat C# compiler to box Nullable<T> struct... 0.00
Avoid == and != operators on generic type parameters, but can it co... -0.08
How does the callvirt .NET instruction work for interfaces? +0.35
What guaranteed file writing locations are available? +0.31
Unable to use verbatim string in Regex constructor instantiation -1.40
Difference between "long", "long long", "l... -2.95
Which Operand Calls The Overloaded Function -0.75
Very basic syntax highlighter 0.00
How to create an interface that keeps some methods internal for tes... -0.44
Should LINQ lambda expression parameters be reused in a second lamb... +0.49
Interface behavior is dfferent in VB.Net -1.09
Are logical operators in assertions acceptable? -1.49
Should I use Yield when writing my own extension? -3.00
Why do int and decimal throw DivideByZeroException but floating poi... -1.17
When to use an array of a value type containing a reference types o... +0.41
What are the guidelines for avoiding namespace and type name confli... +0.29
Implementing a very special generic signature 0.00
Why can a local variable be accessed in another thread created in t... +0.29
Why have Enumerator struct and EnumeratorImpl class? 0.00
Create an array that points to only part of another array? -0.52
Is it possible to continue running code from the point of failure? -0.46
Reference object comparison of type string +0.22
C# perfect numbers exercise +0.15
How is an integer stored in memory? -0.94
Count number of times a token appears in a document -0.01
Implementing division using only adds and multiplies +0.17
Why shouldn't all functions be async by default? +0.67
Does VS2010 not comply with "Evaluation of user-defined conver... 0.00
Which method for generating GUID's is best for ensuring the GUID is... 0.00
returning an assignment expression +0.30
Should I use a Binary Heap? +0.07
Multiple Awaits in a single method -1.26
Why use a ConcurrentQueue in this case? 0.00
Prevent bad-optimization in Multithreading 0.00
C# Implicit Conversion Operator and is/as operator +0.38
Strange behavior when casting decimal to double +0.06
heap corruption error when calling SysFreeString() +0.93
Checking if the handler != null vs Checking if the event != null in... +0.07
What is the danger of not using C# namespaces? +0.47
Using Linq for copying/filtering produces a dynamic result in forea... +0.20
convert int to nullable int? +0.13
What is threading context? +0.39