What are the 3 ways of implementing WCF(Windows Communication Foundation) concurrency?



What are the 3 ways of implementing WCF(Windows Communication Foundation) concurrency?..

Answer / Madhur Gautam

The three ways of implementing concurrency in WCF include: InstanceContextMode.Single (single instance per call), InstanceContextMode.PerCall (a new instance for each operation), and InstanceContextMode.Session (multiple operations with a single instance within a session).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are the types of messaging patterns?

1 Answers  


Define data contracts?

1 Answers  


what is DataContractSerializer?

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


Name the namespace that is used to access WCF service?

1 Answers  


explain what is the difference wcf and web services? : Wcf data services

1 Answers  


What is the address formats of the wcf transport schemas?

1 Answers  


do you know message contracts? : Wcf data services

1 Answers  


WCF:Is the Reliable session asynchronous?

1 Answers  


explain service contracts? : Wcf data services

1 Answers  


WCF:What is it the Net.TCP Port Sharing? How can we use it?

1 Answers   ADP,


How can we host wcf service?

1 Answers  


Categories