Answer Posted / rahul bhute
We can specify transaction in 3 ways in WCF:-
TransactionFlowOption.NotAllowed
This is a default option. Using this option no transaction
will be propagated across the binding. If any client
attempts to call the WCF service in a transaction it will
be ignored for this option.
TransactionFlowOption.Allowed
This option specifies that client can call this WCF service
in a transaction. It’s not compulsory that the service
needs to be called in a transaction. You can call without
the transaction also.
TransactionFlowOption.Mandatory
This option specifies that client must call the WCF service
in a transaction mode. If the WCF service is called without
transaction, ‘FaultException’ will be raised.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are validator? Name the validation controls in asp.net?
Explain the difference between value type and reference type?
Explain the purpose of storyboard.targetproperty.
Explain login control and form authentication.
How you can add an event handler?
Explain about the Class view window?
What are HTTP handlers in ASP.NET?
What is enableviewstatemac in asp net?
What is the benefit of WebAPI over WCF?
What do you mean by serialize?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the importance of Global.asax in ASP.NET?
What is a 401 redirect?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Which asp.net objects encapsulate the state of the client and the browser?