Mid ADO.NET

Pessimistic Concurrency Control:?

  • Pessimistic Concurrency locks the data when it is being read or modified to ensure

that no other transaction can access it until the current operation is complete. This is

usually done with SQL transactions and locking hints.

More from ADO.NET Core Tutorial

All questions for this course