May 2010
Intermediate to advanced
1272 pages
61h 18m
English
A frequent scenario is when you have a shared resource that multiple reader threads need to access. In a scenario like this, you probably want to grant writing permissions just to a single thread to avoid concurrency problems. The .NET Framework provides the System.Threading.ReaderWriterLockSlim class, which provides a lock enabled for multiple threads reading and exclusive access for writing.
Generally an instance of this class ...
Read now
Unlock full access