In a distributed system, ________ can be used alongside Entity Framework to handle transaction management efficiently.

  • Consistency Models
  • Data Partitioning
  • Distributed Transaction Coordinator (DTC)
  • Two-Phase Commit
In a distributed system, Distributed Transaction Coordinator (DTC) can be used alongside Entity Framework to handle transaction management efficiently. DTC is a Microsoft Windows service that coordinates transactions that span multiple resource managers, ensuring the atomicity, consistency, isolation, and durability (ACID) properties of distributed transactions. It helps manage transactions across different databases or systems in a distributed environment.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *