Roy Osherove

View Original

Good article about ReaderWriterLock and Multi Threading

MultiThreading in .Net is an important issue. Sebastien writes a good article about multithreading using C# examples, mainly talking about the benefits of the ReaderWriterLock object and using the “ Dispose” pattern. Some stuff I didn't know in there (but that's nothing new - I seems as though anywhere I look there's a bit of knowledge that I had no idea about. The blogsphere is an amazing fountain of knowledge.)