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 ... 72 73 74 75 76
Title Δ
Why do I need to use break? +0.98
C# Bitwise OR needs casting with byte *sometimes* +1.06
C# cleanest way to write retry logic? +0.17
Stack vs. Heap in .NET +0.13
Why is Font immutable? +0.36
What's wrong with using Thread.Abort() +0.62
long/large numbers and modulus in .NET +0.16
C# Compiler Behavior Question? -0.56
What is the meant by 'thread safe' object? +0.86
Which code is more readable? +0.74
Is there a way to make readonly (not just private) automatic proper... +1.15
do lambdas get inlined? +1.64
Converting a List<int> to a comma separated list -0.47
How to check if an object its *exactly* a class, not a derived one? +0.48
How should I handle invalid user input in this case? +1.02
How do I avoid changing the Stack Size AND avoid getting a Stack Ov... +0.75
foreach in C# recalculation +0.38
Why does C# not define an addition operation for char's? +0.42
How does C# turn a variable name into an anonymous object property... +0.12
Why can't I do ++i++ in C-like languages? +0.54
Why does this polymorphic C# code print what it does? +0.41
C#: Is this benchmarking class accurate? -0.52
Getting a string, int, etc in binary representation? +0.64
Implicit Type cast in C# +0.37
Is there any easy way to increment a DateTime by monthly/yearly/dai... -1.12
How does the compiler infer types in the delegate example? -0.75
Best practices: throwing exceptions from properties -0.44
What use cases exist for non-static private or protected events? +0.16
What does this mean: "document.write('<scr'+'ipt... "? -0.81
Worst security hole you've seen? +0.38
Generics, Inheritance, and Casting +0.30
Debug.Assert vs Exception Throwing +0.47
Optimizing a Recursive Function for Very Large Lists .Net +0.62
Is there any performance advantage over running code outside try,ca... -0.53
Conditional("Debug") + #if DEBUG +0.24
How to override an existing extension method +1.14
Less generic generics? A possible solution for arithmetic in C# gen... +0.67
C# Nullable<DateTime> to string +0.65
Is it advisable to use HashSet as a static global on a webserver? +2.08
Any way to generate compiler warning for unused usings? +1.04
What's the fundamental reason for C# to forbid calling the default... +0.68
Cannot access non-static field +0.27
What is the max LINQ Expression Trees can do? +2.19
generic type variable restrictions and interfaces +0.18
Singleton - if or try/catch? +0.96
a concern about yield return and breaking from a foreach +2.09
Guaranteed way to force application running continuously (overridin... +3.02
Implementing a scripting language in C# -1.78
How to delete files while Traversing folder tree -0.49
How to get optimization from a "pure function" in C#? +2.09