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 |
What is a virtual memory? : .NET Architecture
Explain write back and write through caches? : .NET Architecture
I want to create a project like google maps how can we do that with atlas?
How do I know when my thread pool work item has completed?
What is ILDASM ?
How will you do windows authentication and what is the namespace?
How to improve the cache performance? : .NET Architecture
Explain the race around condition? : Dot net architecture
Explain a .net mobile example with details? : Microsoft dot net mobile
Explain cache memory? : Dot net architecture
Explain pipelining? : .NET Architecture
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,