Where should the System.Collections.Concurrent collections be used?
and how do they differ from the non-thread safe collections? A small code example compar开发者_高级运维ing the two approaches would be appreciated.
MSDN: When to Use a Thread-Safe Collection
精彩评论