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 7 ... 94
Title Δ
Variable assignment setting other variables -1.28
Is it bad to overwrite a lock object if it is the last statement in... +0.27
Generic event test method, preventing code duplication 0.00
not all code paths return a value but in any case there is value re... -0.68
When are the values of the arguments passed to a method actual copi... 0.00
Find duplicates and return List(class) on a fast way -0.69
C# async/await - multiple tasks with one preferred 0.00
Code analysis warns about a potential of disposing of an object twice 0.00
Join 2 lists have different length by in LINQ -1.12
C# code with nested Tasks is running slower than same code with Tas... 0.00
generic reference equality comparer does not work for ValueTuple 0.00
Evaluating select projection -0.73
reflection. get value of inherited overraided property 0.00
Why can't I declare an implicitly typed array without an initia... +1.45
How can I reduce locking for readers in generic cached repository? +0.26
Entity Framework - Expression vs Func 0.00
Adding tasks to a List<Task> executes them making Task.WhenAl... 0.00
Check if the object passed is IEnumerable<T> or a single valu... -2.11
How can I wait for the asynchronous method result before execute th... 0.00
Task.WhenAll not faster than foreach 0.00
cannot define EventHandler as event 0.00
Multiple threads to call the same function. Remove all threads once... 0.00
NameValueCollection.AllKeys.Contains always returns false 0.00
Overloading generic and void Task type -0.07
Overriding an async void event handler method from base class 0.00
How to handle task cancellation using ContinueWith? 0.00
Understanding returning Derived class with generic parameter as bas... 0.00
Task.Factory.StartNew execution and return value assignment order +0.27
Does the IsCompleted property in the BlockingCollection<T> ac... 0.00
Specify Generic type and interface 0.00
Generic functions and ref returns in C# 7.0 +3.11
Garbage collection of local objects -1.67
Should the variable be locked? 0.00
Is lock required for single writer situation? -0.23
Failing to catch the response from Task.Factory.FromAsync +0.27
Declare a comparison between two undefined integers C# 0.00
Suppress "Use of unassigned local variable" error? -0.31
Why is CS4014 not shown for all functions that return a task? -1.91
Proper way to write GetHashCode() when Equality Comparer is based o... 0.00
What is the impact of C# closures on memory? +3.13
Using "is" operator with a default(T) on the left side 0.00
why for loop is not working properly ? like this code need to show... +0.28
Get generic type using GetType +0.32
Why is Lazy<T> not being lazy? 0.00
Non-blocking (lock-free) one-time initialization +0.72
It seems ConcurrentBag is not Thread-Safe +1.70
Why does Method Invoke fail with argument exception? +1.51
Strange behavior of await +0.24
Compiler error when inheriting from ConcurrentDictionary 0.00
C# Delegates vs Mutlicast Delegate 0.00