StackRating

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

James Michael Hare

Rating
1645.83 (631st)
Reputation
32,367 (3,675th)
Page: 1 2 3 ... 7
Title Δ
Is a struct just a class that derives from ValueType? +1.20
Should the Exception.Message property be shown directly to users? -0.66
Instanciate object in auto-generated property -1.84
Local variable name 'choice' cannot be declared because it would gi... -2.03
list property inside of a struct +1.15
Generic function error +1.08
LINQ Sub-select from Dictionary based on value type +1.28
C# - Calling a struct constructor that has all defaulted parameters +0.55
Which works faster Null coalesce , Ternary or If Statement +2.10
Ensuring primary thread waits for all Tasks to complete 0.00
Difference between Lookup() and Dictionary(Of list()) +0.31
(T)retObject[parameter] Cannot unbox 'retObject[parameter]' as a 'T' 0.00
Is it safe to use static Lists and LinkedLists? +1.07
List holding references +0.91
Is there any sort of generic dictionary where attempting to get a n... +1.44
ReferenceEquals(variable, null) is the same as variable == null? -1.62
How Can I replace my second and third index of array with last inde... +0.47
is there a single command to determine if a variable is part of a d... +0.13
How to format int into a string with leading Zeros and Commas -0.85
Is it bad practice for get accessor to return a new instance? -1.06
How does List<T>.Find work when T is a struct? +0.55
Passing by value and reference C# -0.19
How to test if Type derives from an abstract base generic type? +1.05
multidimensional array [][] vs [,] +1.03
How can I access the only KeyValuePair in a dictionary? -0.19
how to find unique words in two strings? +0.14
What does LINQ's Select(a => a) do? -0.91
Why if I send a string as argument in a function it comes back empty? +0.31
Passing Collections Immutably -0.85
Optional Generic Types 0.00
Append int to end of string or textbox name in a For Loop C# +1.11
Lambda expression to contrast different objects -0.11
Convert YYYYMMDD string to MM/DD/YYYY string +1.35
How do I make a thread sleep for the UI to give it some task 0.00
Const correctness in C# with rich types 0.00
Syntax to add objects to a list? +0.30
How to write a getter and setter for a Dictionary? +0.58
Enum type argument not working +0.78
Why Extension methods? +1.16
Why const mytype _var = new mytype() doesn't work? -0.81
Array.BinarySearch() return value -0.95
Why is the null coalescing operator breaking my string assignment i... +0.77
converting List<List<string[]>> into string [][][] in c# 0.00
Why can I change a private static readonly field but not a public o... +1.11
Trim characters from a string +1.28
Creating property which may throw IndexOutOfRangeException +0.42
Is this an example of a closure in C#? +1.23
Array of threads, only a few active at a time? +0.32
Is there a benefit or drawback when one constructor implements anot... +1.05
Polymorphism not working for a call from a generic class in C# 0.00