A .Net4 Gem: The ConcurrentDictionary - Tips & Tricks
Posted
by SDReyes
on Stack Overflow
See other posts from Stack Overflow
or by SDReyes
Published on 2010-04-20T19:44:09Z
Indexed on
2010/04/21
19:13 UTC
Read the original article
Hit count: 272
Hi guys,
I started to use the new ConcurrentDictionary from .Net4 yesterday to implement a simple caching for a threading project.
But I'm wondering what I have to take care of/be careful about when using it?
What have been your experiences using it?
© Stack Overflow or respective owner