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 serialization, how it works in .NET?
Will finally block exec if we write an return statement to a try block???????
What is msil, and why should my developers need an appreciation of it if at all?
Explain what does the term "green architecture" mean? : Dot net architecture
can Array contains different datatypes ?
What is the purpose of Accordian in jquery? Where it can be used?
What is IL code, CLR, CTS, GAC & GC?
which would be the best to use inproc,outproc or sql server
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Explain pipelining? : Dot net architecture
Explain Singleton design pattern in .net
What is the main Difference Between .Net 2003 and .Net 2005.and also Asp1.1,Asp2.0 and Asp3.0