Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 30, 2011 12:41 AM by Sanjesh Kizhakkekara Vasu
Member
10 Points
10 Posts
Nov 21, 2011 07:27 AM|LINK
Hi,
I would like to know if there are any default asp.net classes which are singleton.
Santhi
Contributor
2549 Points
512 Posts
Nov 21, 2011 12:24 PM|LINK
Can you please provide more information on what you are looking for ?
Nov 24, 2011 11:47 AM|LINK
I want to know .net class name which is a singleton, the one which comes with the standard libraries in .net.
Nov 24, 2011 02:24 PM|LINK
You can refer this thread, it is not conclusive though
http://forums.asp.net/t/1663386.aspx/1
78 Points
14 Posts
Nov 30, 2011 12:41 AM|LINK
There is nothing built in. But singlton is pretty straigt forward implementation.
One of the good article on singlton implmentation using C# can be found in
http://www.yoda.arachsys.com/csharp/singleton.html
shan_be2002
Member
10 Points
10 Posts
Singleton pattern
Nov 21, 2011 07:27 AM|LINK
Hi,
I would like to know if there are any default asp.net classes which are singleton.
Santhi
sudeep_13
Contributor
2549 Points
512 Posts
Re: Singleton pattern
Nov 21, 2011 12:24 PM|LINK
Hi,
Can you please provide more information on what you are looking for ?
Please mark the post as "Answer" if it helps you.
shan_be2002
Member
10 Points
10 Posts
Re: Singleton pattern
Nov 24, 2011 11:47 AM|LINK
I want to know .net class name which is a singleton, the one which comes with the standard libraries in .net.
sudeep_13
Contributor
2549 Points
512 Posts
Re: Singleton pattern
Nov 24, 2011 02:24 PM|LINK
Hi,
You can refer this thread, it is not conclusive though
http://forums.asp.net/t/1663386.aspx/1
Please mark the post as "Answer" if it helps you.
Sanjesh Kizh...
Member
78 Points
14 Posts
Re: Singleton pattern
Nov 30, 2011 12:41 AM|LINK
There is nothing built in. But singlton is pretty straigt forward implementation.
One of the good article on singlton implmentation using C# can be found in
http://www.yoda.arachsys.com/csharp/singleton.html