【单选题】You are developing a Windows Communication Foundation (WCF) service that allows customers to update financial data. The client applications call the service in a transaction. The service contract is d...
A.
Insert the following line at line 22: throw;
B.
Insert the following line at line 09: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=false)]
C.
Replace line 12 with the following line: [OperationBehavior(TransactionScopeRequired=true, TransactionAutoComplete= false)]
D.
Insert the following line at line 09.: [ServiceBehavior(TransactionAutoCompleteOnSessionClose=true)]
【单选题】You should design a friendly website. The fewer clicks needed to order,() . Try to makethe login process minimal, and only keep the most relevant fields mandatory.
【单选题】You are modifying a Windows Communication Foundation (WCF) service that allows customers to update financial data. The service currently requires a transaction from the client application and is worki...
A.
Replace line 05 with the following code. [TransactionFlow(TransactionFlowOption.NotAllowed)]
B.
Replace line 13 with the following code. [OperationBehavior(TransactionScopeRequired=false, TransactionAutoComplete=true)]
C.
Replace line 05 with the following code. [TransactionFlow(TransactionFlowOption.Allowed)]
D.
Replace line 13 with the following code. [OperationBehavior(TransactionScopeRequired=false, TransactionAutoComplete=false)]