C#/.NET Little Wonders: The ConcurrentDictionary
- by James Michael Hare
Once again we consider some of the lesser known classes and keywords of C#. In this series of posts, we will discuss how the concurrent collections have been developed to help alleviate these multi-threading concerns.
Last week’s post began with a general introduction and discussed the ConcurrentStack<T> and…