StackRating

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

Jon Hanna

Rating
1577.41 (3,259th)
Reputation
94,257 (816th)
Page: 1 ... 5 6 7 8 9 ... 41
Title Δ
binding an Expression<Func> selector to a linq query -0.23
Does C# HashSet check duplicate by Equals then by GetHashCode? 0.00
What HTTP status code should I use for custom errors? +1.52
Is there a rule to remember if a tag is self-closing or not? -2.33
Type arguments for method cannot be inferred from the usage when us... -0.68
Updating with Linq-2-Sql: Editing private fields doens't trigge... 0.00
Is importing text via CSS really permitted? 0.00
call instead of callvirt in case of the new c# 6 "?" null... -0.86
The default expression -0.91
Address ordering in static, stack and heap memory allocation? 0.00
What's the idea behind allowing private constant to be used as... +0.31
What is the default namespace for HTML / HTML5? +2.06
REST architectural style concepts 0.00
c# struct vs Class performace, Design focus -1.39
Should null be checked on the left or right hand side -0.74
'IQueryable' does not contain a definition for 'OrderBy... +2.07
C# Int32: m_value +0.99
LINQ GroupBy List<> 0.00
C# scope and visibility -0.98
String Conversion - remove some characters and replace non-digits w... +0.18
Different IL generated when adding one more int variable +2.92
Should I use Int32[,] or System.Drawing.Point when all I want is th... +1.42
Contain method, check string previous char +0.41
stackalloc (C# Reference) +0.37
Contains on list is too slow, how to improve? -0.20
static variable = local temporary variable then return in c# - is t... +1.82
Is there any differences between create object and then return it o... +0.55
Can I call a 'normal' static method from an Async API Contr... +2.83
Returning a nullable DateTime in LINQ2SQL -0.01
Quicksort w/ "median of three" pivot selection: Understan... +0.41
Test case for a switch statement C# +0.40
prefix vs postfix increment for sentinel values 0.00
What does "final" mean in IL? +0.57
Converting Action method call to async Action method call -0.96
Could you explain the behavior of Ceiling method? -0.11
Inside a loop,does each async call get chained to the returned task... +1.39
Array.Initialize - Why does this method exist? +0.81
What collection should I use in a linq-to-sql query? Queryable vs E... +0.41
Shortening a for loop with if statements - C# +1.54
Compare two factorials without calculating -1.16
What are the uses for Linq's GroupBy method with resultselector... -0.96
How to "interrupt" a while loop in C# and return to the s... 0.00
Handling null field in aggregate using linq 0.00
Log caught exceptions from outside the method in which they were ca... +1.31
How compiller optimize exception filters in c#? +1.86
Does GC.GetTotalMemory(false) synchronize threads 0.00
Best way to download excel sheet using ASP.Net 0.00
Create Unique Hashcode for the permutation of two Order Ids +2.19
Is returning a Task violating the CQS-principle? -0.46
Why not use Async on all actions in an MVC app? +1.50