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 you can access the values from the Repeater control in ASP.NET?
What are the disadvantages of view state?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Explain the steps needed to be performed in order to create an animation in xaml?
When does a session actually start?
What r the asp.net list controls and difference between them?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain the flow of processing of the request? : asp.net mvc
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Is there any limit for query string? Means what is the maximum size?
What is web api and why to use it?
What is a postback in asp net?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
How would you implement inheritance using c#?