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 ... 60 61 62 63 64 ... 76
Title Δ
What is the difference between i++ and ++i? +0.49
How to use the symbols +=, *=,-= +0.26
Third-party dll crashes program with no exception thrown +0.28
Confusion on whether to use fixed with unsafe code and stackalloc +0.77
Linq - InvalidCastException - Why does "where" not filter... +0.64
Are there any reasons to use private properties in C#? +0.69
Generic overloaded method resolution problems +0.64
Need concise definition of "delegate" -0.33
Does reflection breaks the idea of private methods, because private... +0.48
The fastest way to call a method +0.62
What are reasons why one would want to use nested classes? +0.51
What does really happen when you do GetType()? 0.00
Switch off of type +0.44
Does C# has impact when evaluating /parsing expressions? +0.40
Gotchas when making use of Nullable<T> in C# 4 +0.13
Can I use a reference inside a C# function like C++? +0.44
Compare two arrays or arraylists, find similar and different values +0.15
Refactoring two methods with almost the same content -1.09
Implement an immutable deque as a balanced binary tree? -0.03
Why C# does not support multiple inheritance? 0.00
arithmetic exception in C# -1.01
Linq query in C# is not working as expected +0.30
Why const parameters are not allowed in C# +0.93
How does a new statement allocate heap memory? -0.86
what is the equivalent to passing by address in c# +0.34
Strange problem with .Net inheritance and member visibility -0.65
Why is there a List<T>.BinarySearch(...)? +0.80
Accuracy of Math.Sin() and Math.Cos() in C# -1.23
Convert from byte* to byte[] +1.36
Should Dispose() or Finalize() be used to delete temporary files? +0.18
use of infinate loop to create auto-update program -0.62
Do interfaces derive from System.Object? C# spec says yes, Eric say... -0.13
C# Language Design: method group inside `is` operator +0.54
Instead of error, why don't both operands get promoted to float or... +0.92
If A<T1,T2> is a template for actual type, then why is typeof... -0.22
Concatenation with StringBuilder -1.91
Generic methods in .NET cannot have their return types inferred. Why? +0.56
Avoiding disposing system-defined Pen and Brush instances 0.00
uniquess of methods and constraints -1.41
C# Attributes and their uses +0.82
Why BCL Collections use struct enumerators, not classes? +0.17
What is the difference between casting and conversion? +0.47
Taking Logarithms of relatively small numbers in different language... -3.07
What's the point of "As" keyword in C# +0.66
Can you explain this edge case involving the C# 'using' keyword wit... -0.78
When does a param that is passed by reference get updated? +0.50
Different Forms Of LinQ +1.26
Why do I have to typecast an int in a ternary expression? +1.02
Getting a foreach to run once -0.79
Lambda variable scope 0.00