Re: singleton in an aspx app?
From: Lucas Tam (REMOVEnntp_at_rogers.com)
Date: 10/12/04
- Next message: Girish Bharadwaj: "Re: Event ID 1084"
- Previous message: Harry Simpson: "Re: Session Variables - Good or Bad"
- In reply to: Sergei Shelukhin: "singleton in an aspx app?"
- Next in thread: Hans Kesting: "Re: singleton in an aspx app?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 20:23:36 GMT
"Sergei Shelukhin" <raven_at@home.domonet.ru> wrote in
news:2t2kc8F1pmmi7U1@uni-berlin.de:
> Suppose I want to supply a singleton class object that will sit
> between my intranet asp.net app and MS SQL database, doing al the
> chemistry with connections etc inside of it.
Microsoft already has a set of classes which do this: Microsoft appplicaion
data blocks (you can download the classes from MSDN). Unless you're doing
something special, it's usually not a good idea to use a singleton
structure in ASP.NET.
-- Lucas Tam (REMOVEnntp@rogers.com) Please delete "REMOVE" from the e-mail address when replying. http://members.ebay.com/aboutme/coolspot18/
- Next message: Girish Bharadwaj: "Re: Event ID 1084"
- Previous message: Harry Simpson: "Re: Session Variables - Good or Bad"
- In reply to: Sergei Shelukhin: "singleton in an aspx app?"
- Next in thread: Hans Kesting: "Re: singleton in an aspx app?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|