what are the different instance modes in WCF?



what are the different instance modes in WCF?..

Answer / Manoj Kumar Kushwaha

The different instance modes in WCF include Single (exactly one instance per service), PerCall (a new instance for each call), and PerSession (a single instance for the duration of the session).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

What are the duplex contracts in wcf?

1 Answers  


What is the "contract" property of endpoint in wcf?

1 Answers  


What are the transport schemas supported by wcf?

1 Answers  


Explain briefly different instance modes in wcf?

1 Answers  


What is difference between wpf and wcf?

1 Answers  


What is overloading in wcf? How to do authentication in wcf?

1 Answers  


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

1 Answers   QuestPond,


Please explain briefly different instance modes in wcf?

1 Answers  


WCF:What is it the Transmission queue and the Target queue? What is the difference?

1 Answers  


what is the endpoint in WCF and what are the three major points in WCF?

1 Answers  


What are the advantages of wcf?

1 Answers  


How to set the instancing mode in wcf service?

1 Answers  


Categories