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 ... 41 42 43 44 45 ... 76
Title Δ
C# How to make a recursive version of GetEnumerator() -0.96
Using all cores in pc with c# +0.32
Reference types - can we see the actual reference? +0.40
Delegate.CreateDelegate won't box a return value - deliberate, or a... -0.99
How to get every possibile pattern of an array of letters +0.26
Does unboxing occur when a class's value-type member is referenced? +0.26
Method Signature in C# +0.05
Casting a result to float in method returning float changes result 0.00
How to mark a .net assembly as safe? +0.12
Is there a better way to write a C# function that accepts multiple... +0.29
Is this sample generating any garbage? +0.37
Efficiently deleting item from within 'foreach' +0.28
Is there a practical use for weak references? -0.22
How to write a "truly" private method in C#? -0.49
How variables address RAM? +0.26
C# - | and & operators? +0.07
available options for 'fake' linq comprehension syntax keywordsin C#? +0.25
Why can't the meaning of a base class specification recursively dep... 0.00
Using C# HashSet to solve problems where equal is not equal +0.23
Why doesn't this obvious infinite recursion give a compiler warning? +0.25
Troubles implementing IEnumerable<T> +0.38
Getting pointer to struct inside itself (unsafe context) +0.31
Declaring an implicitly typed variable inside conditional scope and... +0.28
C# alternative to lock if volatile isn't a good idea +0.35
Type inference doesn't work -0.68
Method overloading. How does it work? -2.57
Are some Funcs impossible to convert to equivalent Expressions? -1.73
can there be concurrency issues when using C# class with only stati... -0.23
Random number generator - variable length +0.13
C# - Garbage Collection +0.33
Is this a correct use of Thread.MemoryBarrier()? +0.41
When to use the lock thread in C#? +0.07
why use IList or List? +0.18
Polymorphism fundamentals +0.26
Is GC.KeepAlive required here, or can I rely on locals and argument... +0.09
Does I<D> re-implement I<B> if I<D> is convertibl... +0.36
Why the memory is not released after writing files on disk in C# +0.17
Generics & Inheritance: What am I doing wrong here? +0.81
Why do I NOT get warnings about uninitialized readonly fields? +0.24
Struct Pointer Initialization in C# +0.17
Reversing single linked list in C# +0.32
Changing a method that has "return" and "yield retur... -3.64
Why doesn't *(int*)0=0 cause an access violation? +0.17
Generics memory management +0.42
Why would adding a method add an ambiguous call, if it wouldn't be... +0.23
Is the "if" statement considered a method? -0.05
When will parallel increase performance +0.23
Why some types do not have literal modifiers +0.45
How to specify a short int constant without casting? -0.38
Does allocating objects of the same size improve GC or "new&qu... +0.19