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 4 5 6 ... 94
Title Δ
inline if else throwing implicit conversion error, but regular else... 0.00
Handle null ref exceptions in LINQ Expression calls -0.73
CPU & Memory spikes, during Parallel.ForEach +1.32
Why does the C# 7 discard identifier _ still work in a using block? -0.70
Does subscribing to an event add the handler function to the event... -2.79
How do I load balance parallelism in tasks wherein some tasks are v... 0.00
How to compile and execute C# code from browser 0.00
Are there new Task object created when we chain the ContinueWith ca... 0.00
C# - Pass reference between Parent & Child control +0.28
C# async/await for I/O-Bound vs CPU-Bound operation +1.00
await doesn't wait for the method? 0.00
Compiler not resolving to expected extension method +0.31
Mocking an abstract class that inherits from IEnumerable<T> -0.98
Explicit cast in c# generic +0.27
C# generic method declaration issue +1.16
Iterating over an uneven set of numbers -1.48
What risks in manipulating a provided stream multiple times -0.85
How to combine Expression<Func<T>> and Expression<Fu... 0.00
UI not updating when using async/await with multiple tasks 0.00
Invalid cast with generic type -0.30
Disposable that depends on other Disposables +1.47
Enforce right method overload to be called +0.55
How does the IDE/Compiler know that a lambda expression is executed... +1.50
c# Generic method with async delegate 0.00
Concurent dictionary locking 0.00
C# Compiled Expression as ConsoleApplication ReadLine not pausing 0.00
Task.WhenAll in async method, then unwrapping each task 0.00
Interface access modifier dilemma +1.08
determine if you're checked or unchecked +1.10
How/Why does ref return for instance members -0.75
Surprising case where exception handling in async method does not c... -1.19
Reference to left hand side on implicit cast operator -1.40
Async Await and ContinueWith not working as expected +0.28
Modulo vs overflow in int gives different result 0.00
How to handle tasks that are canceled without triggering a cancella... -0.73
List and Array of structs value vs variable 0.00
implementing contravariance in interface in c# 0.00
In c# how to prevent a class from being modified +0.77
Combining CPU-bound and IO-bound work in async method -1.26
Conditionally choose a value on the left hand side of an assignment... -0.25
SharePoint CSOM adding invalid records -0.22
Can I update UI from BackgroundWorker.RunWorkerCompleted +0.99
C# Construct a default object for a Tuple by reflection -0.24
How Does C# Handle Locking On A Dictionary Item? 0.00
IEnumerable Add method available only when using collection initial... 0.00
What Happens to Non-Awaited Tasks In Try/Catch Block +0.61
How to get Index of an Item in ICollection<T> +0.84
What happens when async code attempts to resume on a thread that is... -0.77
Async AsQueryable in repository 0.00
Change and read properties of objects in ConcurrentDictionary in th... +0.27