List out what are the different isolation levels provided in WCF?
Answer / Ganesh Kumar
WCF provides the following isolation levels to control transaction consistency:n
1. NotSupported: This level disables all transaction support and transactions can't be joined with any other transactions.
2. Supported: This level allows the current transaction to participate in transactions, but it doesn't support saving or enlisting in a new transaction.
3. Required: This level requires that the operation be called within a transaction; if no transaction is available, one will be created.
4. RequiresNew: This level creates a new transaction for the operation call, regardless of whether the caller provides a transaction or not.
5. Serializable: This level indicates that the object's state must be serializable and the transaction must support savepoints.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is REST and what is the problem with WCF REST and how it can be resolved?
How to define a service as rest based service in wcf?
WCF:What is it the Reliable session?
Give the address format of all the bindings in wcf.
Explain Address, Binding, and contract for a WCF Service?
what is wcf peer network binding type? : Wcf data services
Why is there a requirement of wcf for the enhancement of various business services?
Describe the various endpoints in wcf?
WCF:Reliable sessions in Windows Communication Foundation (WCF) use a transfer window. What is it the Transfer window? What does it means for the sender, for the receiver? How is it depend of the latency?
Can you explain how end points, contract, address and bindings are done in wcf?
What is abc in wcf?
Plz any one send the sharepoint interview question @ mossdev123@gmail.com
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)