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 |
Explain .net mobile automatic paging? : Microsoft dot net mobile
What is gui programming? : .NET Architecture
Explain how to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile
What is CLR,MSIL and Jit Compiler and their roll in .net
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain about microsoft visual studio?
can aspx page have multi language declarations ?
What is the difference between custom controls and master page?
can u give me real example of how web.config overrides the machine.config file?
Explain about common language infrastructure?
What is one way operation?