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 ... 26 27 28 29 30 ... 76
Title Δ
difference between *y++ and ++*y? -1.01
Is there reason why you can't declare a static variable within a C#... +0.42
How to "zip" or "rotate" a variable number of l... +0.09
Is it better to use this. before code? +0.04
Invoke a method with generic argument +0.17
Why is FromOADate getting day and month wrong way round? 0.00
implicit conversion from generic interface type 0.00
Incrementing Pointers, Exact Sequence +0.24
Are .NET enum types actually mutable value types? 0.00
How to step into an interface method (Equals) +0.67
Yield return deferred iteration problems +0.23
Is it a security flaw to start new process in server? +0.37
Is lock or volatile required when worker threads write non-competit... +0.45
C# Multithreading Pass by value or reference? +0.90
Rectangle Ray Intersection 0.00
Regex to ensure that in a string such as "05123:12315", t... -0.14
When is the generic type resolved in c#? +0.28
Difference between "is" and "IsAssignableFrom" C# +0.22
Why does method type inference fail to infer a type parameter? 0.00
is null in c# value type or reference type +0.29
Cannot cast from double to int +0.07
async - stay on the current thread? +0.73
C# addition with nullable decimals and precedence of ?? operator +0.15
What is a better way to check that a given object is a particular v... +0.43
Abstract methods and hiding methods +0.07
Why is x++-+-++x legal but x+++-+++x isn't? +0.21
How to declare an array in C#? -0.59
What happens when you await a Task before returning it? +0.48
LINQ join and orderby issues +0.33
Trimming entries in a List<string> after every write +0.07
Why does a generic type constraint result in a no implicit referenc... +0.30
Field initializer accessing `this`: invalid in C#, valid in Java? +0.14
How smart is the compiler at optimizing string concatenation. +0.07
Creating an extendable finite state machine 0.00
How does threading save time? -0.23
How can I use a pointer to a pointer in c#? 0.00
Abstract base classes that implement an interface +0.14
Why doesn't obj ?? null cause an compiler warning +0.42
Difference between lambda expression and expression lambda +0.26
C# Execution speed: equal (==) vs not equal (!=) +0.31
Why are all Delegate types incompatible with each other? +0.08
AES managed encryption values always end in ==? +0.24
Confused about operator overloading +0.70
Implicit cast of Func<MyType> to MyType +0.45
C# readonly access to List<> or other collection, or ToArray(... +0.31
Are anonymous methods defined inline? +0.07
Why sizeof of a struct is unsafe -1.06
Synchronize collections: ReSharper "Implicitly captured closur... +0.07
C#: unsafe pointer to empty array is null? +0.28
Get sum of objects before with linq +0.41