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
What r the asp.net list controls and difference between them?
What is the difference between client-side and server-side validations in ASP.NET?
Explain how does asp page work?
Explain the difference between panel and groupbox classes using .net?
What is autopost?
What is base class of .net?
How can we call webservices in Banking Applications? and where we are using it?
Where is the view state data stored in asp net?
What is a proxy in web service?
How do I upload a file from my ASP.NET page?
Apart from IDE what are the enhancements in asp.net 2.0?
Web API supports which protocol?
How to rename a table using sql queries?
Where you store Connection string in "Web.Config" file in ASP.NET?
How to display Alert in ASP.NET