StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Servy

Rating
1663.72 (385th)
Reputation
182,135 (273rd)
Page: 1 2 3 ... 94
Title Δ
How to treat List<Task<T>> polymorphically to handle ex... -2.04
How can I test that LINQ Range operator is deferred? 0.00
What is the syntax for adding anonymous tasks to this list? 0.00
IDisposable and private bool disposed. How it works? 0.00
Critical Section - Only Single thread "sleeps" on lock 0.00
Strange behavior creating multiple StreamReader on the same Stream 0.00
Combining Where and OrderByDescending Using a Custom Method -2.57
Tasks combine result and continue 0.00
How to use Linq to check if a string contains one of a subset of st... 0.00
Memory barriers in async methods 0.00
How to pause task running on a worker thread and wait for user input? +0.78
Catching exceptions immediately does not work with Task.WhenAll +1.10
Prevent button to be double-clicked in UWP -2.66
Is ConfigureAwait(false) mainly for the back-boundary? 0.00
WeakReference behaves differently between .Net Framework and .Net C... +0.27
How do I marshal an event from Task.Run back to the UI thread? -1.34
Is there a way to derive or extend properties in C#? 0.00
Stance on safety regarding a delegate based inline thread (and even... 0.00
Applying an Expression<> to a LINQ Where clause 0.00
Update method on ConcurrentDictionary implemented with Lazy<T>... 0.00
How Does FirstOrDefault Test for Equality? 0.00
Why is the C# compiler using the parent type of a value returned by... -0.17
FactoryPattern with derived generic classes 0.00
Is it possible to use the generic "in" and "out"... +1.01
Why does C# allow me to declare a default interface implementation... 0.00
add event listener in extension method 0.00
VS2015 C# WPF: How to add event handler? 0.00
How to compare two IEnumerable<T> in C# if I don't know t... +1.86
Awaiting code inside of anonymous function 0.00
Reading configs into dictionary with a guaranteed order 0.00
MethodInfo.Invoke() suppresses Exception -0.62
Add single or multiple items to a list -0.22
C# LINQ compound from vs. subquery +0.64
Delegate that does not keep the target alive +0.27
Can I write to a specific index of a List, if I know no other threa... -0.72
Does calling .Result on a task that has already been awaited break... -1.00
Null vs Empty Collections in GetHashCode 0.00
Casting classes in generic methods in MEF -0.48
Why can't a nullable int be implicitly conversion to an int ? T... +0.26
Since when C# enums can be private? 0.00
Is there any faster way than .Any() to find if IEnumerable<T>... 0.00
C# Create an instance of a class from a type FullName +1.35
nested array initializer is expected c# 0.00
What is the proper way to down-cast a parent class property to call... +1.24
How to return AggregateException from async method +1.73
IDisposable Pattern. How does my finalizer's call of dispose ev... +1.35
Is it possible to create an instance of an empty IQueryable without... 0.00
How to open form2 from form1 (from async task) 0.00
How to detect if the collection was modified during iteration 0.00
How can I make tasks wait for the same result? +0.28