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 ... 17 18 19 20 21 ... 76
Title Δ
Using C# to get the max value of a certain column in a table withou... +0.09
Why does Task<TResult> wait for result before awaiting it? +0.53
Is C# 6 ?. (Elvis op) thread safe? If so, how? +0.51
Result Object instead of out parameters +0.10
How can I extract the "real" target from an Event Handler... 0.00
Why is my event handlers target <>c? Also - What even is <... 0.00
c# interface with method<T> but implement as concreate -1.19
Split long interpolated string +0.09
C# local variable vs static variable memory and performance -0.40
Namespace in c# 0.00
struct array vs object array c# -2.37
Instantiating an inherited object 0.00
C# generics: list of interface-implementing objects -0.04
Have a method directly edit a variable passed as a parameter? +0.09
Fast random access to a collection +0.18
Nested "using" crashes .net runtime when used with Crypto... 0.00
Is using Task.Run a bad practice? -0.94
Override child class inherited property with more derived type +0.36
C# var keyword confusion: Type 'object' does not contain a... 0.00
Uppercase all keys in a series of C# KeyValuePairs +0.09
rationale behind Misra 2012 not allowing cast between different poi... +0.19
Async recursion. Where is my memory actually going? +0.71
Generic Implementation of interface with specified type +0.43
How does modulus differ in C# vs. Excel? +0.89
What are the rules for when dispose() is required? +0.24
Ball to Ball collision - Objects stuck together +0.08
Why was exception not caught within the closure? +0.35
Pick random bit from 32bit value in O(1) if possible +0.25
Create a delegate when the exact type of the argument is unknown 0.00
Difference between C# and Java's ternary operator (? :) -0.32
Double for each to linq 0.00
I have tears because I can't apply dot to an anonymous method i... +0.08
Cannot use LINQ methods on IEnumerable base class from derived class +0.35
Extension Method makes LINQ break 0.00
C# collections optimised for index 0 insert? +0.56
What is the Difference in the Big-Oh of these Loops? +0.37
Calling method of non-assigned class +0.33
Integers exhibit odd behavior at higher values +0.40
What are the scalability benefits of async (non-blocking) code? +0.29
Why isnt this object null after a shallow copy? +0.22
Internal classes having the same namespaces but in different assemb... +0.32
C# vs VB.Net, what's the difference between Shadowing and [Over... +0.33
Why is the compiler-generated enumerator for "yield" not... +0.81
Cast array of unknowClass to array of otherClass in c# +0.44
Building a Func<int, double> Polynomial using Expression Trees +0.63
This is my one last try at understanding async-await. Am I correct? +0.09
Why is my const or static member not initialized? +0.15
Group blocks by the linq +0.14
What is the difference between asynchronous programming and multith... +0.61
Async Task not firing 0.00