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 ... 38 39 40 41 42 ... 76
Title Δ
Blocks using curly braces. Is this proper C# syntax, and does it do... +0.35
Streamreader locks file +0.07
What does baking a method means? +0.29
Why does a method invocation expression have type dynamic even when... +0.44
.NET 4.0 Covariance +0.33
Size of stack and Value Types -0.42
Do all C# casts result in boxing/unboxing +0.69
Stable distribution random numbers? +0.66
Is it necessary to wrap every exception at top level? +0.12
C# variance annotation of a type parameter, constrained to be value... +0.28
Intermittent stack overflow exception when using random numbers +0.09
Benefit of Value Types over Reference Types? +0.17
Can't pass variables of base types as out parameters? +0.27
Generic constraints -- I'm not sure how to fix this situation with... +0.80
How does C# know when to run a static constructor? +0.53
Mutable struct vs. class? +0.71
Covariance in different FW causes Code Break? -1.87
How do I block the new modifier? +0.22
C# variable scoping not consistent? +0.34
C# generic delegate type inference +0.28
Why can anonymous delegates omit arguments, but lambdas can't? +0.61
In what way does the newly created object of a certain class refer... +0.20
Storing reference types in Struct +0.20
Only works when type of variable is derived class? +0.30
ReSharper gives an "@" prefix to a variable name in a lam... -0.27
How to perform a recursive search? +0.31
Why use a public method in an internal class? +0.22
The plus operator in enum definition +0.35
What is a safe way to stop a running thread? +0.36
how can i get combinations of string Array? +0.24
C# Covariance on subclass return types +0.31
Why do we need reference types in .NET +0.69
Correct usage of iterator blocks +0.30
More on implicit conversion operators and interfaces in C# (again) +0.62
C# covariance structure understanding? +0.19
Reflection not restricted even if it's not in grant set +0.22
Why are short null values converted to int null values for comparin... +0.76
using a List<> inside a foreach +0.14
how to check contents of collections(>2) are same +0.19
Is there a LINQ way to go from a list of key/value pairs to a dicti... -3.19
Struct containing reference types +0.75
How to transfer locks between threads? +0.25
Do static locks work across different children classes? +0.22
Generic Interface hiding of parent non-generic interface methods -1.15
Does salt need to be random to secure a password hash? +0.21
Privately scoped variable only for use within property +0.48
Equality operator overloading in struct and classes +0.32
Why do C# Arrays use a reference type for Enumeration, but List<... +0.52
Querying a Nullable bool in C# -0.55
Why adding a return type to a void returning method causes a Missin... +0.17