Thread-Safety Read Write Lock(Synchronization of .net)
Quite often, instances of a type are thread-safe for concurrent read operations, but not for concurrent updates (nor for a concurrent read and update). This can also be true with resources such as a f