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

Explain cache memory? : .NET Architecture

0 Answers  


What is IL code, CLR, CTS, GAC & GC?

0 Answers   MindCracker,


Different types of authentication modes in .net framework ?

0 Answers  


When should you use Abstract Class vs Interface while programming? Give 1 Example

3 Answers   CSS Corp, Hexaware, T3 Softwares,


What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

0 Answers  


how u maintain data while navigating one page to another?

2 Answers  


Explain about appdomains?

0 Answers  


Why the config file might not be writable

0 Answers  


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture

0 Answers  


Can I create my own metadata attributes?

0 Answers  


Explain the purpose of cache? How is it used? : Dot net architecture

0 Answers  


Explain write back and write through caches? : .NET Architecture

0 Answers  


Categories