How does the Transaction topic work in asp ?

 Posted by Chvrsri on 12/22/2010 | Category: ASP.NET Interview questions | Views: 3811 | Points: 40
Answer:

In Asp there is an Assembly called System.Transactions which contains classes that allows the applications to work under the transactions which were organised by
Microsoft Distributed Transaction Coordinator (MSDTC ) and
Local Transaction Manager(LTM ).

This System.Transactions assembly allows both implicit and expict way of operation

The Explicit programming model is based on the Transaction class and
The Implicit programming model using the Transaction Scope class.


Source: My Own Observation | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response