while developing a asp.net 2.0 ajax application how to
maitain and check the ACID property for each transaction
Answers were Sorted based on User's Feedback
Answer / rafeeq
Acid property does not have to do any thing with Ajax.When
Ajax make a partial postback .we can either user dotnet
Transaction or we can go for Sql Server transaction.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
when garbage collector come into picture. ?
What is a memory management?
what is the difference between running an application with and without debugger?
Difference between throw exception and rethrowing ?
Why should hire you in company
What is Opf3
what are clr,cls,cts?what is .net framework?
What is Ienumerable
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
What are the different pipelining hazards and how are they eliminated? : Dot net architecture
Explain different pipelining hazards? : Dot net architecture
How do I stop a thread?