Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
78 Points
9 Posts
Apr 05, 2011 10:43 AM|LINK
Hi duttavr,
If you consider Application object in asp.net you will find it implemented as singleton as Application object is shared throuughout the application and
no other instance of same can exists.
vibhumittal
Member
78 Points
9 Posts
Re: any Singleton in .NET Framework?
Apr 05, 2011 10:43 AM|LINK
Hi duttavr,
If you consider Application object in asp.net you will find it implemented as singleton as Application object is shared throuughout the application and
no other instance of same can exists.