Basic Dot Net Question:

Download Job Interview Questions and Answers PDF

What’s Singleton activation mode in .NET?

Dot Net Interview Question
Dot Net Interview Question

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?