Multiple choice technology web technology Which Namespace is used to handle transactions in WCF? System.Trans System.Transcation System.Transcations 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.