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 2 3 ... 18
Title Δ
Attempting to catch memory reordering in .NET 0.00
Why is the standard C# event invocation pattern thread-safe without... +0.88
Why assigning a delegate to a local copy thread safe in C#, any cod... -1.51
Is it safe to have multiple threads writing to the same bool if the... -1.45
C# Memory Barriers 0.00
Thread.Sleep implementation +1.85
Why don't all member variables need volatile for thread safety... 0.00
Do I need a lock if I only have a single reader/writer and it's... +0.47
difference between Threading.Timer and Timer inside a thread -1.62
It is possible for a Thread from ThreadPool to see a stale(processo... 0.00
Preventing A Thread From Ending -1.03
Variable freshness guarantee in .NET (volatile vs. volatile read) +2.49
Isolate an object that causes application hang 0.00
Block a Concurrent Collection such as a ConcurrentBag or BlockingCo... +0.59
Threading & implicit memory barriers -0.02
Thread.VolatileRead() vs Volatile.Read() 0.00
Explanation of Thread.MemoryBarrier() Bug with OoOP 0.00
Instruction Re-Ordering +0.02
Where to places fences/memory barriers to guarantee a fresh read/co... 0.00
Loading .NET Assembly From Memory Instead of Disk 0.00
threading a network stream write from same socket 0.00
Safe Thread pause and Resume during Database operation 0.00
C# MVVM pattern instance maintainance issue silverlight 0.00
How do I make a repeating button with a thread in c#? -0.09
I need to pause my progress bar for a couple of seconds before it g... +0.48
Updating DataGrid from multiple threads -0.02
Handling realtime data -0.02
Stopping a method after a specified time period +0.49
How to wait for signal in WinForms while also listening to events? +0.02
Creating a c# windows service to poll a database +0.48
Can the same object lock be checked at the same time by concurrent... +0.03
This is Thread-Safe right? +0.38
Thread to update DataGridView 0.00
initializing repository in separated thread issue +1.15
Communication between threads via delegates? -0.53
C# Is this method thread safe? -0.61
C# Re-use or re-create tasks? -0.04
How to spawn a form and not block main thread? -1.25
c# WCF service - How to get textbox input value -0.02
Locks vs Compare-and-swap 0.00
Cancel task by time -0.78
C# - Mult-Threading Pause +0.44
C# classes interoperate with other .NET languages -0.17
How to Convert Synchronous 4.0 to ASynchronous in C# 4.5 0.00
Does GC.KeepAlive clean OnTimeEvent Variables and classes types? -1.80
Many readers, one writer - is it possible to avoid locking? +0.84
How to append the return value to single complex variable from 3 th... -0.67
Can I dispose locked object? +0.29
Lock on 2 objects togethere in c# -0.81
C#/CLR: MemoryBarrier and torn reads +0.44