What is "singleton" instance mode in wcf?



What is "singleton" instance mode in wcf?..

Answer / Arnima Sharma

In WCF, Singleton Instance Mode creates a single instance of the service class that will be used by all clients during the lifespan of the Application Domain. This means that multiple clients will use the same instance of the service, sharing any state information kept within it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Define data contracts?

1 Answers  


What is the one-way mode in wcf? Explain.

1 Answers  


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?

1 Answers  


tell me what was the code name for wcf? : Wcf data services

1 Answers  


How to Implement security in wcf rest service?

1 Answers   HCL,


What is the difference between WCF and ASMX Web Services?

1 Answers  


What do you mean by client?

1 Answers  


What is proxy and how to generate proxy for wcf services?

1 Answers  


Explain the difference between transport and message level security.

1 Answers  


Explain data contracts?

1 Answers  


WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?

4 Answers  


What is .net 3.0?

1 Answers  


Categories