2
Reply

when to use singleton design pattern in asp.net C# web application

Vithal Wadje

Vithal Wadje

Sep 21 2012 1:49 AM
5.2k
in which situation  singleton design pattern is used in asp.net C# web application.

i know it is used when we wants to create only one instance of class it should globally accessed in a program ..but which is real life example in asp.net web application project..

Answers (2)