Explain acid rule of thumb for transactions in c#.



Explain acid rule of thumb for transactions in c#...

Answer / Sauravh Kumar

"ACID stands for Atomicity, Consistency, Isolation, and Durability. In C#, these principles can be ensured using the System.Transactions namespace to create distributed transactions that follow the ACID rules."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the use of parse in c#?

1 Answers  


Is c# code is managed or unmanaged code?

1 Answers  


What are the Types of caching

1 Answers   TCS,


Can multiple catch blocks be executed?

1 Answers  


What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


What is continue in c#?

1 Answers  


What is join in c#?

1 Answers  


What is difference between list and ilist in c#?

1 Answers  


What is an example of a delegate?

1 Answers  


What is datacontract in c#?

1 Answers  


What is the difference between internal and protected in c#?

1 Answers  


How would you describe encapsulation in c#?

1 Answers  


Categories