Sign in
Kim Hamilton
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Collections
Dispose
IO
Long paths
resources
Browse by Tags
MSDN Blogs
>
Kim Hamilton
>
All Tags
>
collections
Tagged Content List
Blog Post:
Hashtable and Dictionary thread safety considerations
MSDNArchive
Let’s start with the basics: System.Collections.Hashtable is multiple-reader, single-writer threadsafe. System.Collections.Generic.Dictionary<K,V> has no thread safety guarantees. Consider a class that has a Dictionary member, and assume that multiple threads may access it simultaneously...
on
8 Mar 2008
Page 1 of 1 (1 items)