Multiple choice technology web technology

Which Namespace is used to handle transactions in WCF?

  1. System.Trans

  2. System.Transcation

  3. System.Transcations

  4. System.Banking

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

System.Transactions is the .NET namespace used for handling transactions in WCF. It provides classes like TransactionScope for managing distributed transactions across multiple resources and services.