StackRating

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

Brian Gideon

Rating
1516.48 (40,207th)
Reputation
41,037 (2,689th)
Page: 1 ... 14 15 16 17 18
Title Δ
How do i get (is it possible to) a reference to the class that crea... +0.04
Is there anything wrong with taking immediate actions in constructo... +0.34
Should I implement IDisposable here? -1.26
Query to get 3rd largest amount and 2nd largest amount from table -0.68
C#: IEnumerable, GetEnumerator, a simple, simple example please! +0.55
Is SynchronizationContext.Post() threadsafe? +0.51
What is the difference between `Synclock syncroot` and `SyncLock Me`? +0.94
What happens if you break out of a Lock() statement? -0.03
Memory Barrier by lock statement +5.73
Lock statement vs Monitor.Enter method -1.24
How can I create a DOTNET COM interop assembly for Classic ASP that... 0.00
Can JOIN or UNION collapse mutiple rows for use in a subquery +4.14
What features are heavily used in C# 2.0, but is not available in V... -2.45
What C# container is most resource-efficient for existence for only... +0.91
When to use Yield? +0.24
Can I make the compiler and the CLR ignore non implemented interfac... -4.19
What kind of apps can perform better on multi-core cpu? -1.00
Daylight savings information for converting UTC dates +4.22
How to check if Thread finished execution -0.72
Large static arrays are slowing down class load, need a better/fast... -2.95
Prevent Visual Studio 2008 from rewriting inline code? 0.00
Queues And Wait Handles in C# +0.79
How to upgrade a 1.4.3 TortoiseSVN-created repository to 1.6.x? -0.28
Is this code thread safe? -2.88
Do I need the bin\debug\appName.vshost.exe and appName.vshost.manif... -3.27
lock shared data using c# +3.83
Implementing few methods of a interface class-C# +2.34
UI thread is blocking a background thread calling a COM object +4.32
O(log n) algorithm to find the element having rank i in union of pr... +2.05
Workaround for the WaitHandle.WaitAll 64 handle limit? 0.00
Proper thread termination in multi-threaded C# application -1.36
.NET 3.5 C# does not offer what I need for locking: Count async sav... +5.01
Is it safe to delete from SortedList during iteration -3.50
Is a base class with shared fields and functions good design 0.00
Can I automatically throw descriptive exceptions with parameter val... +0.15
How do I handle all the exceptions in a C# class where both ctor an... -3.70
Spawn Multiple Threads for work then wait until all finished 0.00
C# List<Stream> dispose/close +0.19
Most suitable .net Timer for a scheduler +2.67
Cancellable Sort in .NET? +0.56
Lock before reading a global string? +2.33
(Conventions) C# Class names -0.55
Is it common (or encouraged) practice to overload a function to acc... +0.35
Is reading from an XmlDocument object thread safe? +4.71
Is there any advantage of using volatile keyword in contrast to use... +2.67
SVN Best Practice Help -4.24
SQL performance issue for IN and OR -2.24
What is the time complexity of DataRow indexer? 0.00
Need microsecond delay in .NET app for throttling UDP multicast tra... -3.30
How to simplify complicated business "IF" logic? -0.60