What are different transaction options?
Answers were Sorted based on User's Feedback
Answer / 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 |
Explain the concept of View Model in MVC?
How to disable disable browser's Back button in asp.net (JavaScript)?
If you are using components in your application, how can you handle exceptions raised in a component?
Explain parts of assembly?
What event fired during, when datagrid click?
How do cookies work?
can sn.exe can be used before gacutil.exe
How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?
How to Insert/Add in ASPXgridview
Can you explain what inheritance is and an example of when you might use it?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
what is stateless ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)