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 ... 5 6 7 8 9 ... 94
Title Δ
Quicksort with Linq performance Advantage passing T[] vs. IEnumerab... +2.06
Async and FromAsync -2.45
Does Parallel.ForEach use threads from the ASP.NET thread pool? +0.28
SequenceEqual different results 0.00
Is this code synchronous or asynchronous? +0.28
Entity Framework Lambda predicate stored in var with association -0.71
What state is in the thread that the SynchronizationContext chooses... 0.00
What does casting an IEnumerable<T> to IEnumerator<T> do +1.01
Is there a way I can remove the need for a null check in a C# if th... -1.80
Using await in async methods to prevent next line of code from runn... 0.00
Dynamically create properties in anonymous type 0.00
Is the condition in this property setter valid? -0.67
Expose the same set collection with two properties 0.00
Concatenating using interpolated strings vs "+" operator... +0.28
Task Exception Null in Chained C# Task Continuation 0.00
How is Task.Run limited by CPU cores? +0.27
When a variable is closed twice, where is it stored? 0.00
Why does an IEnumerator have to have at least one yield statement,... -1.80
Convert ToDecimal from Decimal? returns sometimes returns null inst... 0.00
Do I need to remove Load, Form_Closing event handlers when the form... 0.00
C# else if confusion +0.33
Is it possible to create an instance of a class on the stack? 0.00
Thread Safety with Paralel.For 0.00
Variable have a type outside scope 0.00
Implement CompareTo() - compare by various functions 0.00
C# visual studio. Is it possible to use the same name for many cont... 0.00
IQueryable does not contain definition for 'Where' Linq, C# 0.00
Why does does this implicit use of ToString() not cause an exception? +1.42
Why doesn't enum require an object creation in this example? -1.36
Scope of members inside using statement +0.12
How to obliterate possibility of nulls from IEnumerable resultset 0.00
How can I convert IQueryable expression object into LINQ expression? -1.37
Yet Another Stupid Task.ContinueWith Issue +1.13
Give short name to Func<Type1, Type2> sequence in C# -1.21
Manipulating a stream inside a using statement +0.26
How to create Wait/Delay/Pause 0.00
Do auto-implemented properties really generate private fields on co... +0.99
How to wait for a BackgroundWorker to finish to run another Backgro... +0.25
C# DataSet foreach -0.73
Is it possible to implement .Equals for a Guid data type with EF 6? 0.00
Create a list of Expressions 0.00
Call extension method created on parent class overloaded in child c... -1.82
How to make the beginning and the end of a method reusable? -0.73
Creating a thread safe variable when using PLINQ 0.00
Why is `async void` a necessary part of the C# language? +0.72
Lazy evaluation in parallel queries 0.00
When is assignment to a ref argument effective in C#? -1.57
Bad practice having 2 locks in same method? +0.26
Using IEqualityComparer GetHashCode with a tolerance +0.05
Multiple threads updating different items of a shared Dictionary wi... +0.60