Answer Posted / saravankumar
A transaction is a unit of work in which a series of
operations occur between the BEGIN TRANSACTION and END
TRANSACTION statements of an application. A transaction
executes exactly once and is atomic ?
all the work is done or none of it is.
Operations associated with a transaction usually share a
common intent and are interdependent.
By performing only a subset of these operations, the system
could compromise the overall intent of the
transaction. Atomicity eliminates the chance of processing a
subset of operations.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How viewstate is being formed and how it's stored on client in .net?
What is reflection in microsoft .net context?
Why is .net used?
How do I spawn a thread?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is common language specification (cls)?
How will you make .NET programs work in Linux ?
Tell us the difference between managed and unmanaged code?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Is there any thread in our .net programs?
Difference between class and interface in .net?
What is value type and refernce type in .net?
What's typical about a windows process in regards to memory allocation in .net?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Describe the Managed Execution Process?