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 cache memory? : .NET Architecture
What is IL code, CLR, CTS, GAC & GC?
Different types of authentication modes in .net framework ?
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?
how u maintain data while navigating one page to another?
Explain about appdomains?
Why the config file might not be writable
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
Can I create my own metadata attributes?
Explain the purpose of cache? How is it used? : Dot net architecture
Explain write back and write through caches? : .NET Architecture