Basic Dot Net Question:
Download Questions PDF

What’s Singleton activation mode in .NET?

Answer:

A single object is instantiated regardless of the number of clients accessing it. Lifetime of this object is determined by lifetime lease.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What’s SingleCall activation mode used for in .NET?How do you define the lease of the object in .NET?