1
Reply

How to prevent concurrent access to my data?

Fatima Begum

Fatima Begum

12y
2.3k
0
Reply

    You can use Synchronization techniques like Lock, Monitor.Enter/Exit, AutoResetEvent, ManualResetEvent or you can use Concurrent collections.