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 ... 36 37 38 39 40 ... 76
Title Δ
Iterate through an array of arbitrary dimension -0.02
Generating Random Latin Square Continuous Loop -0.10
Legitimate uses of ReferenceEquals() +0.31
String.Concat inefficient code? -0.11
Require a class to be instanced in C#? +0.19
Do the new C# 5.0 'async' and 'await' keywords use multiple cores? +0.37
How is C# event handling implemented? -0.04
Operator (*) Cannot be applied to operands of type 'object' and 'do... +0.18
C# Threading - Reading and hashing multiple files concurrently, eas... -0.27
Are there any cases when it's preferable to use a plain old Thread... +0.33
c# foreach (property in object)... Is there a simple way of doing t... -0.60
how to improve this method using polymorphism+overloading so as to... +0.07
C# Timer for Millisecond Waits +0.21
why does explicit cast for generic list not work -2.42
Why are interfaces not able to be marked as sealed? +0.25
Is it okay to use "a = new type(...);" where type is a sm... 0.00
Why we Manage Structure on Stack and Classes on Heap -2.85
What is a Stack Trace? -2.96
Should I store the type of an inherited class as its property rathe... +0.36
Why Are AsObservable and AsEnumerable Implemented Differently? +0.07
Returning generic parameter with yield return -0.63
What Makes a Method Thread-safe? What are the rules? +0.07
Is the backing field of a compiler generated event always guarantee... +1.03
C# technique for generating anonymous delegates that share same clo... +0.25
Why is the division result between two integers truncated? +0.21
Relation between System.Object class and Structs +0.07
Why can I not use a "constant" within a switch statement... -1.98
Having trouble with recursive methods in c# +0.06
Constant conditions in if statements +0.76
How to create an empty delegate using Expression Trees? +0.33
What is the lookup time complexity of HashSet<T>(IEqualityCom... +0.32
Why do enum permissions often have 0, 1, 2, 4 values? -0.45
Why should I never use 0 in a flag enum -0.26
interfacing: simplified +0.14
Covariance and Contravariance in C# +0.15
Linq implicity typed range variable +0.21
Stop derived class from being initialized +0.32
Race Condition with Static Class? +0.34
C# variable scopes and the "switch" statement? +0.31
C# Collision test of a ship and asteriod 0.00
Does C# support type inference of the return type? +0.42
C# compiler sees Fluent syntax or Query Expression? +0.38
Compile error: 'x' conflicts with the declaration of 'y.x'? +0.13
Assign variable to result of lambda expression +0.36
Get value from anonymous type -1.66
Covariance and Contravariance Anonymous Types 0.00
Implementing a Random provider in .Net 3.5 +0.07
Restricting a generic type parameters to have a specific constructor +0.11
Why dealing with Value is faster than with Reference for Struct? +0.23
Is there support for arbitrary precision arithmetic in C# +0.17