Basic Dot Net Question:

What’s SingleCall activation mode used for in .NET?

Tweet Share WhatsApp

Answer:

If the server object is instantiated for responding to just one single request, the request should be made in SingleCall mode in .NET

Download Dot Net PDF Read All 116 Dot Net Questions
Previous QuestionNext Question
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?What’s Singleton activation mode in .NET?