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



while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for eac..

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

while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for eac..

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

Post New Answer

More Dot Net AllOther Interview Questions

What is private constructor? And it's use?

0 Answers  


what is ado.net

8 Answers   BirlaSoft, HCL,


Explain hard disk and what is its purpose? : Dot net architecture

0 Answers  


What are the different access modifier? Explain in detail?

2 Answers   Tesco,


Explain about code access security?

0 Answers  






What is ILDASM ?

0 Answers   B-Ways TecnoSoft,


what is a namespace?how they are classified?write a program which contains class,object,inheritance?

0 Answers   Six Sigma,


How can I write my own .NET host?

0 Answers   HCL,


What actually happes when you add a something to arraylistcollection ?

0 Answers  


Explain cache? : Dot net architecture

0 Answers  


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

0 Answers  


How will you do windows authentication and what is the namespace?

0 Answers  


Categories