StackRating

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

supercat

Rating
1359.31 (4,536,292nd)
Reputation
58,836 (1,588th)
Page: 1 ... 61 62 63 64 65
Title Δ
Should I separate Dispose logic into a partial class file? 0.00
c# "finally" block that only runs on exceptions 0.00
Boxing, what's your preference and which do you think is faster? 0.00
Function to determine whether a poker hand is a straight? 0.00
What would your own programming language look like? 0.00
How can I set the value of auto property backing fields in a struct... 0.00
When to use struct in C#? 0.00
Why can't I have protected interface members? 0.00
Why doesn't C have unsigned floats? 0.00
Why is thread local storage so slow? 0.00
Is there still a place for MDI? 0.00
throws Exception in finally blocks 0.00
Assembly code vs Machine code vs Object code? 0.00
Singleton with finalizer but not IDisposable 0.00
'Shadows' vs. 'Overrides' in VB.NET 0.00
How to ensure file integrity on file write failures? 0.00
C# - Don't monkey with the loop index 0.00
What's the purpose of implementing the IDisposable interface? 0.00
Interface inheritance 0.00
Is type checking ever OK? 0.00
Why are mutable structs evil? 0.00
Do you say "Click the button" or "Click ON the butto... 0.00
Array versus List<T>: When to use which? 0.00
Modifying setter argument - is it hack or not? 0.00
What is the difference between a C# Reference and a Pointer? 0.00
Optimal solution for struct with more than 16 bytes 0.00
How to dispose asynchronously? 0.00
Why foreach statements accept objects that implement the 'Collectio... 0.00
Why do we use arrays instead of other data structures? 0.00
.Net implicit conversion guidelines 0.00
Why is there no Z80 like LDIR functionality in C/C++/rtl? 0.00
Enumerator Implementation: Use struct or class? 0.00
Purpose of memory alignment 0.00
What is the best practice for using public fields? 0.00
Execution speed of references vs pointers 0.00
Are event subscribers called in order of subscription? 0.00
Why IsNan is a static method on the Double class instead of an inst... 0.00
'If' statement and the colon 0.00
Registering derived classes with reflection, good or evil? 0.00
Why can I not return a List<Foo> if asked for a List<IFoo&... 0.00
What happens when you make assignments to fields or properties of p... 0.00
What are use-cases for a coroutine? 0.00
C#: How do I do simple math, with rounding, on integers? 0.00
C# member variable initialization; best practice? 0.00
Extension method instead of Null Object pattern 0.00
Encapsulation VS Inheritance - How to use a protected function? 0.00
Can I specify interfaces when I declare a member? 0.00
.Net Compact Framework - can I prevent garbage collector to stop so... 0.00
Why to Use Explicit Interface Implementation To Invoke a Protected... 0.00
Why is it necessary to call :this() on a struct to use automatic pr... 0.00