while developing a asp.net 2.0 ajax application how to
maitain and check the ACID property for each transaction
Answer Posted / rocky
A transaction is a sequence of operations performed as a
single logical unit of work. A logical
unit of work must exhibit four properties, called the ACID
(Atomicity, Consistency, Isolation,
and Durability) properties, to qualify as a transaction:
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to improve the cache performance? : .NET Architecture
What is the problem with .net generics?
What is private constructor? And it's use?
What is a virtual memory? : .NET Architecture
What does the term "green architecture" mean? : .NET Architecture
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
what are the fundamental and common properties of .net controls?
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
what is the method while we are using adapter and dataset ?
What is Video Streaming in .net??
Define cache coherency? : Dot net architecture
Describe the Managed Execution Process in .NET?
Explain the purpose of cache? : Dot net architecture
How can I create a application?
what is inheritancy where u required ?