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 ... 37 38 39 40 41 ... 76
Title Δ
Shuffle two lists in the same way -0.84
c# exception handling, practical example. How would you do it? -0.34
How does .NET handle variables inside scope -1.36
C# multithreaded code access to local variables inside a lock +0.30
Why cannot IEnumerable<struct> be cast as IEnumerable<obje... +0.09
Is there a way to distingish myFunc(1, 2, 3) from myFunc(new int[]... -0.09
MsTest with Task.ContinueWith() and Task.Wait()...? 0.00
Confusion about the lock statement in C# +0.35
How to calculate binomial coefficents for large numbers +0.07
C# Replace part of a string +0.11
Nested inline IF statements +0.54
How to use Reflection to call a method that takes a string array as... +0.22
Circular reference in same assembly a bad thing? +0.22
Are Lambda expressions in C# closures? -0.38
What kind of object does a linq statement return? +0.35
Explicit casting to uint when there is no such operator +0.25
Does C# 4 optimize away namespaces in a manner that previous C# ver... +0.79
Writing unit tests in my compiler (which generates IL) +0.23
Inheritance/classes in C# +0.18
A New and Full Implementation of Generic Intellisense +0.07
Uniform distribution from a fractal Perlin noise function in C# +0.63
Static (compile time/strictly typed) multi-dispatch support in C# 0.00
Why do I get: "iteration variable in a lambda expression may h... +0.52
Convert very huge number to base 10 string +0.07
What is the difference between method hiding and shadowing in C#? +0.54
What's the difference between Task.Start/Wait and Async/Await? +0.17
c# have compiler computer value of constant +0.31
Using properties vs. methods for calculating changing values +0.24
Linq optimization of query and foreach +0.22
Generics in C# - Cannot convert 'classname' to 'TGenericClass' +0.20
What is the relationship between delegates and events? -0.29
Modifying value of object within foreach loop 0.00
How to create the perfect OOP application +0.10
Flatten IEnumerable<IEnumerable<>>; understanding gener... -3.39
Shortest encoding, Hexadecimal +0.36
Codility Fibonacci Solution +0.07
Not obvious type conversion: x = (x + xstep < xmax ? x + xstep :... +0.53
Why are conversions from "class A : IX" to generic "... +0.74
What is this syntax using new followed by a list inside braces? +0.25
Defining nested unbounded generic types +0.30
Implementing a blocking queue in C# +0.23
Atomicity of C# Coalescing Operator +0.46
Cast concrete type to generic type? +0.07
Compile time errors and unreachable code -0.58
How do I convert delegate R Function<T,R>(T t) to Func<T,R... -0.55
String behaving like a Value Type -0.49
How to initialize an array with numbers separated by a specific int... +0.41
How does a static constructor work? +0.26
Is there a way to specify scope? -0.21
Struct implicit vs empty constructor +0.42