List out what are the different isolation levels provided in WCF?



List out what are the different isolation levels provided in WCF?..

Answer / Ganesh Kumar

WCF provides the following isolation levels to control transaction consistency:n
1. NotSupported: This level disables all transaction support and transactions can't be joined with any other transactions.
2. Supported: This level allows the current transaction to participate in transactions, but it doesn't support saving or enlisting in a new transaction.
3. Required: This level requires that the operation be called within a transaction; if no transaction is available, one will be created.
4. RequiresNew: This level creates a new transaction for the operation call, regardless of whether the caller provides a transaction or not.
5. Serializable: This level indicates that the object's state must be serializable and the transaction must support savepoints.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is REST and what is the problem with WCF REST and how it can be resolved?

1 Answers  


How to define a service as rest based service in wcf?

1 Answers  


WCF:What is it the Reliable session?

1 Answers  


Give the address format of all the bindings in wcf.

1 Answers  


Explain Address, Binding, and contract for a WCF Service?

1 Answers  


what is wcf peer network binding type? : Wcf data services

1 Answers  


Why is there a requirement of wcf for the enhancement of various business services?

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


WCF:Reliable sessions in Windows Communication Foundation (WCF) use a transfer window. What is it the Transfer window? What does it means for the sender, for the receiver? How is it depend of the latency?

1 Answers  


Can you explain how end points, contract, address and bindings are done in wcf?

1 Answers  


What is abc in wcf?

1 Answers  


Plz any one send the sharepoint interview question @ mossdev123@gmail.com

1 Answers  


Categories