Course Description
A transaction is a set of operations that complies with the four core properties - atomic, consistency, isolation, and durability. Explore these properties, as well as the different protocols used in a transaction.
Learning Objectives
WCF Essentials: Managing Transactions
- cover transaction properties such as ACID
- demonstrate how transaction propagation occurs
- describe the two-phase commit protocol
- describe the features of both durable and volatile resource managers
- describe the WS-Atomic Transaction (WS-AT) protocol
- demonstrate the Microsoft Distributed Transaction Coordinator (MSDTC)
- list transaction attributes
- implement transactions in WCF
- configure transactions in WCF