Singleton Design pattern?How do you achieve it?
Answer Posted / shijas
Singleton design pattern we can implement using Static key
word that means only one instance.All the instances are
coming from the same memory location.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to create events for a control?
What is the difference between session.abandon() vs clear()?
What is the application pool?
Is redux flux?
Can the unique key be null?
Can you change a Master Page dynamically at runtime?
What is a reflection?
Describe the difference between inline and code behind - which is best in a?
What are merge modules?
What is the difference between globalization and localization?
How does a content page differ from a master page?
How can I configure asp.net applications that are running on a remote machine?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
How do we implement bundling in MVC?
What is boxing and unboxing in asp.net?