.Net4 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/20 20:33 UTC
Read the original article Hit count: 345

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

Related posts about .NET

Related posts about .net4