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
Can you use Web API with ASP.NET Web Form?
Elaborate differentiation between ViewState and SessionState?
Where is session cookies stored?
How can we access static variable?
How to display Alert in ASP.NET
Explain the significance of routing? : asp.net mvc
What are session cookies?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How many types of cookies are available in asp?
What is the use of web.config file?
How is mvc different from asp.net? : Asp.Net MVC
What is cached data phone?
What is redirectpermanent in asp.net?
Why do we use asp.net?
Can we make activex dll also ti execute in some process as that of client ? How can we do?