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 ... 53 54 55 56 57 ... 76
Title Δ
How to use Double? nullable type with Math.Round in .NET -0.38
Is there a declaring-type object pointer on stack? +0.10
How is COSMOS possible? 0.00
STA applies to objects and functions? -0.27
Why can't I use the enumerator of an array, instead of implementing... +0.64
How does extern work in C#? +0.48
How to create immutable objects in C#? +0.58
How does System.Object store "objects" internally? -0.21
How does the .NET CLR distinguish between Managed from Unmanaged Po... +0.38
How can i optimize this recursive method +0.38
Can dynamic variables treated as "int" overflow? +0.47
Why can I test a generic for null when it may not be nullable or ma... +0.54
C# IEnumerable print out -1.24
Cannot take the address of the given expression C# pointer +0.23
What's the point of an auto property? -0.69
C# generics type constraint -0.10
T must be contravariantly valid +0.86
C# compiler ignores duplicated parameter name in constructor +0.65
Coding style: assignments inside expressions? +0.39
What does "count++" return in C#? -0.31
Is .NET “decimal” arithmetic independent of platform/architecture? +0.58
Why can't I declare an enum inheriting from Byte but I can from byte? +0.97
Does adding to a method group count as using a variable? +1.10
Overloading Methods Or Not? +0.70
How to create extension method for toString? +0.31
C# Generic Method Without Specifying Type -1.14
Writing musical notes to a wav file +0.13
C# struct new StructType() vs default(StructType) +0.78
Why can't an anonymous method be assigned to var? +0.62
Why doesn't C# let you declare multiple variables using var? +0.49
What is better: int.TryParse or try { int.Parse() } catch -0.22
Fast string suffix checking in C# (.NET 4.0)? -0.74
Fast string suffix checking in C# (.NET 4.0)? +0.34
Is it OK to reuse IEnumerable collections more than once? +0.65
Should I prefer static methods in C# +0.41
Casting a generic element type downwards +0.33
Why are C# 4 optional parameters defined on interface not enforced... +0.29
ref for variables not parameters in functions +0.58
Changing variables outside of Scope C# -0.99
c# async await implementation -0.18
Confused about standard identifier naming -0.08
Why aren't C# static class extension methods supported? +0.18
C# creating buffer overflow +0.33
C#: Array of references / pointers to a number of integers +0.35
List<int> test = {1, 2, 3} - is it a feature or a bug? -0.19
When should I create a destructor? +0.39
Why is "dynamic" not covariant and contravariant with res... +0.37
could someone explain to me what exactly is an event and what is th... +0.75
Can I implement an interface that contains a property that is of ch... -3.39
Is there a way how to continue after Debug.Assert() from the code? +1.06