What are different isolation levels?



What are different isolation levels?..

Answer / Vijay Kumar Kannojia

In WCF transactions, there are five isolation levels: ReadUncommitted (allows dirty reads), ReadCommitted (prevents reading uncommitted data), RepeatableRead (prevents lost updates), Serializable (ensures that all data is consistent and the database stays in a consistent state during the transaction), and Snapshot (provides a snapshot of the data at the beginning of the transaction).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What is service host factory in wcf?

1 Answers  


When is the msmqintegrationbinding?

1 Answers  


How many Instance modes is supported by WCF?

1 Answers  


How many types of bindings are in WCF?

1 Answers  


Difference between wcf and web services?

1 Answers  


Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?

1 Answers  


What are the advantages of using wcf?

1 Answers  


Which protocol is used for platform independent communication?

1 Answers  


What is the use of sessionmode?

1 Answers  


What is wcf basic binding type?

1 Answers  


What is the one-way mode in wcf? Explain.

1 Answers  


What is the use of is required property in data contracts?

1 Answers  


Categories