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 ... 4 5 6 7 8 ... 76
Title Δ
Flatten a collection based on an internal property -0.79
Require a property to be overridden when inheriting from a non-abst... 0.00
Decorator Pattern in object-oriented programming +0.29
Why is the short-circuit logical 'and' operator not used wh... +0.47
How to properly implement an interface that was designed for async... +0.64
Thread.Yield vs. WaitOne 0.00
Possibly incorrect implementation of double double-lock checking 0.00
How to convert or cast a Func<T1,T2> to a Func<T1,int> +0.08
C# Elvis Operator nullable boolean +0.28
Task vs Thread vs background worker for a lifetime method 0.00
In this c# file, did I just declare an instance within its own class? +0.09
Find time since a variable was changed +0.16
Why CancellationToken is a struct? -3.40
How to find all classes that implements a generic abstract class us... +0.40
Does Task.Delay make sense on a dedicated thread? 0.00
C# All Unique Combinations of List<string> 0.00
How to partition a set of nodes into subsets that each form a Direc... +0.08
Why would one ever use the "in" parameter modifier in C#? -0.69
Producer/Consumer with C# structs? 0.00
Why don't non-capturing expression trees that are initialized u... +0.07
The non-generic method 'Dictionary<Type, Type>.Add(Type,... 0.00
Can a `Task` context switch before its first `await`? +0.08
C# method override resolution weirdness -3.50
variable must be equal to a numerical value C# +0.18
How to sort an array of chars alphabetically so that the uppercase... +0.36
How can I check more than two values with <condition>?<if... 0.00
How to do this tricky down-casting with generic constraints? +0.54
C# how to combine 2 Task<IEnumerable<T>> via Union and... +0.40
.NET JIT compiler volatile optimizations +0.34
Argument type 'E' is not assignable to parameter type '... +0.35
class specific function within C# generics - slight mod to UWP temp... +0.08
Bug with detection of unassigned local variables (when dynamic vari... 0.00
What is the difference between double? and int? for .Equals compari... +0.38
How to concatenate a property expression and a lambda using Select? 0.00
Convert IList<IList<int>> to a single flattened hashset +0.08
The type 'Span<char>' may not be used as a type argum... +0.08
Force addition between ulong and long variable +0.07
Should I await ValueTask<T>? 0.00
Is access to fields VIA `ref` parameters guarded by lock statements... 0.00
C# Asynchronous with task is slower than synchronous +0.08
I keep getting this error "The left-hand side of an assignment... +0.07
Why does setting a base class equal to a derived type only work wit... +0.11
C# Generic Algorithm constraining parameter to number 0.00
How can I use Activator.CreateInstance to create a List<T> wh... +0.42
Implicit conversion from char to single character string +0.19
Turning a recursive function into an iterative function +1.04
Turning a recursive function into an iterative function -0.96
Lambda encountered an UnobservedTaskException - Cannot access a dis... 0.00
C# lock based on class property +0.37
List of list iteration(all possible one direction combination) +0.08