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 ... 13 14 15 16 17 ... 76
Title Δ
C# memory address value cannot be modified? 0.00
Async function with two awaited async calls, where the 2nd needs th... 0.00
Is there a way to designate X in y = (k1 + k2 × x) mod (s)? 0.00
Why can't GetType() on a value type be replaced with a string l... +0.39
How do I evaluate the division of BigIntegers as decimal rather tha... 0.00
Weird behaviour of c# compiler due caching delegate 0.00
How to catch event firing from class constructor +0.44
Are these try/catch equivalent -1.04
Is it possible to have C# async method return type to be something... 0.00
Handle variable number of out parameters with less code duplication... +0.33
Other way to solve assigning +0.30
This code hangs in release mode but works fine in debug mode -0.99
Is it possible to update array elements using foreach? +0.16
Can I use Roslyn to accomplish this C# syntax transformation? +0.09
immediate average of a value in past 1000 seconds +0.25
How garbage collection decides generation for variable +0.42
Calling method with same name for different types 0.00
Why typeof(int).ToString() is not constant? +0.20
Randomly generate height using stature data 0.00
Is it possible to await a null literal? +0.49
F# struct member referencing 'this' results in an error -0.31
Finding all possible paths +0.08
How do nested for loops work in c# +0.07
C# Update out parameter in another function -1.55
Inheritance and Generic Type Setting -2.43
GenericArguments[0], 'MvcApplication66.Controllers.HomeControll... -0.42
Anonymous Types C# +0.40
Readonly field vs. readonly property 0.00
LINQ equivalent of f#'s builder.Zero()? +0.39
Async programming, threads and efficiency 0.00
Is it true that async-await is functionally equivalent to a task co... 0.00
Assigning local functions to delegates +0.56
When you use async-await, does it matter where I define the Task an... +0.37
Is this a correct diagram of how async-await works? -1.43
Hacklang — Are type constraints with type constants possible to use? 0.00
How to set empty string when null values are passed +0.28
Volatile variables +0.08
Want to enforce specific order of methods execution of a class, whe... -1.56
I just noticed I get different hashcodes from objects depending on... +0.49
How do i get my Console.ReadLine to only let user input numbers? 0.00
Exception throw from constructor and what happen to instance and me... +0.60
What exactly is a reference in C# +0.08
opencvsharp "OpenCvSharp.CPlusPlus.Scalar' is a 'type&... 0.00
How to force compiler to use ldc.i8 IL instruction instead of ldc.i... +0.30
Why reference types inside structs behave like value types? -0.28
Is there a practical reason why LINQ's LongCount extension meth... +0.55
Reason for 11 overloads of string.Concat +0.29
how do i call a subclass method on a superclass list containing sub... +0.43
Should I throw an ArgumentException? +0.41
C# - Why doesn't Object class have true operator? +0.09