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 ... 9 10 11 12 13 ... 94
Title Δ
C# LINQ Generic Extension Method to check if sequence is the same a... -0.76
how to compare adjacent values in data dictionary +0.91
c# multiple constructors with same amount of parameter +1.00
Generic method to set the reference variable in the caller function... -2.23
Correct way to return value from try/catch -2.77
Enumerable.Empty<T>().AsQueryable(); This method supports the... +1.00
Recursive Method Puts Strain on UI -0.23
Task.Factory.FromAsync call runs synchronously 0.00
Why does C# generate garbage when using a struct as a generic dicti... +0.91
What is the bare minimum requirement for a monad to participate in... 0.00
'yield' enumerations that dont get 'finished' by ca... +1.19
How can I guarantee continuations run in task completion order? -0.82
Convert Linq expression "obj => obj.Prop" into "p... 0.00
IQueryable. The specifics of the comparison operators (== and >=) -0.59
Is there default way to get first task that finished successfully? -0.14
C# thread safely "refreshing" contents of a concurrentdic... 0.00
Most efficient way to check for existence of multiple items 0.00
How can I do async await in the repository pattern? -0.58
Weird behaviour of .NET Garbage Collector 0.00
How to make a member deeply readonly? +0.70
Events and multithreading once again -2.88
Async/Await not unwrapping task 0.00
Why items of an IEnumerable variable cannot be updated when it is p... +0.77
Method with combinations of different argument types +0.56
The type cannot be used as type 'T' in the generic type or... +0.94
Creating a hierarchical list from flat LINQ results 0.00
Why does LINQ throw a null reference error on Count() if Any() is t... 0.00
Chaining tasks with delays -0.17
Not using await Task.Delay(x) (x>0) makes UI thread freeze +0.89
"Nullable object must have a value" exception after check... +1.45
Run a void after an async void has been completed 0.00
HashSet c# element in HashSet modify 0.00
Linq - Find Missing values in a List<> - Terribly inefficient 0.00
How to delay the conversion of the result of an async method? +0.26
List GetEnumerator return type does not match interface -0.74
Waiting for a single task to fail out of a List<Task<..>&g... +1.79
C# Unexpected results from bitwise (&) expression 0.00
Exception behaviour for Task depends on `async` keyword -2.03
Task Factory Excute Functions Sequnetialy -2.30
How can I share the same interface for an async and synchronous met... 0.00
Does overloaded cast operator for a class allocate memory or does t... +0.27
Will GC clean up objects referenced by non-live but in-scope refere... +1.62
Does C# return by reference or value? +1.42
Unexpected async/await behaviour 0.00
Can a method use an automatic variable to infer the return type? -0.69
Threads and Their interaction with a Concurrent Dictionary and sw.F... 0.00
Cast IEnumerable<object> to List<object> +1.16
Turning a method to awaitable +0.36
Why can't I assign the return of a LINQ Find() or FirstOrDefaul... +0.32
When to cache Tasks? -1.32