when to use singleton design pattern in asp.net C# web application
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..