InterviewSolution
Saved Bookmarks
| 1. |
What are transactions in WCF? |
|
Answer» In WCF, a transaction is a set of operations that follow certain properties, COLLECTIVELY REFERRED to as ACID. In the case of a single failure, the entire system falls apart. A transaction occurs when an order is placed online. Atomic and long-running transactions are two TYPES of transactions. |
|