Browse by Tags

All Tags » C# (RSS)
For those of you that have read my post about the Thread Safe Dictionary, I have a few updates. In recent months, I have done a ridiculous amount of multi-threaded work. This has forced me to expand my threading libraries. One of the primary objects that...
Posted by Brian Rudolph | 2 comment(s)
Filed under: ,
Since MS has decided to not include a thread-safe dictionary in the .NET framework, many of us have been forced to implement our own. What MS has done now with .NET 3.5 is given us a newer locking mechanism which makes this task easier. Previously, we...
Posted by Brian Rudolph | with no comments
Filed under: , ,