I love ConcurrentDictionary!
Not just because it is concurrent, because of this wonderful method: public class Storage : IStorage { private readonly ConcurrentDictionary<Guid, ConcurrentDictionary<int, List<object>>> values = new ConcurrentDictionary<Guid,...
[full post]
Ayende Rahien
c#
18
0
0
0
7
[22 Mar 2010 03:00 AM]

Shuffle































