You create an application by using the Microsoft .NET Framework 3.5 and Microsoft
ADO.NET.You need to define a class named Order that can participate within a transaction.
What should you do?
A.
Define the Order class to inherit from the System.Transactions.Enlistment class.
B.
Define the Order class to inherit from the System.Transactions.SinglePhaseEnlistment
class.
C.
Define the Order class to implement the System.Transaction.ITransactionPromoter
interface.
D.
Define the Order class to implement the System.Transaction.IEnlistmentNotification
interface.
Explanation:
IEnlistmentNotification Interface: http://msdn.microsoft.com/en-us/library/system.transactions.ienlistmentnotification.aspx