How the concurrency mode is specified in wcf service?
Answer / Mr Sambhu Kumar
The concurrency mode can be specified in a WCF service by using the ConcurrencyMode attribute, which is applied to the service operation or contract class. The ConcurrencyMode enumeration allows you to choose from three modes: Single (only one request at a time), Reentrant (one thread can call the service multiple times concurrently) and Controlled (enables fine-grained control over concurrent access using a custom concurrency class).
| Is This Answer Correct ? | 0 Yes | 0 No |
List out the difference between XMLSerializer and the DataContractSerializer?
What is wcf used for?
What is the address format in wcf?
What are dead letter queues?
What are the different modes of communication in wcf?
Explain the basic difference between WCF and ASMX Web Services?
How to set the instancing mode in wcf service?
What MEPs is supported by WCF?
Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?
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?
What is "know types" in wcf?
How many types of transport schemas are there in wcf?
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)