.NET FAQs Unleashed!
 
    
    

Give one use of a Singleton pattern.

Use it to ensure that only one instance of a class exists.



More Interview Questions...