P
Paul M
Hi folks,
Given the nature of asp, when I'm constructing data bound middler tier
objects, is it necessary to implement the Idisposable interface or is it
good enough to rely on a Finalize call.
Most of my applications will be using Forms authentication and as such the
sql server connection objects will all have individual user id's i.e. no
connection pooling, and because of the time between posts, I can't see any
reason not rely on the normal garbage collection.
Any comments would be much appreciated...
Thanks...P
P.S Since when did the Oxford English Dictionary spell Finalise with a Z??
Bloomin' nuisance.
Given the nature of asp, when I'm constructing data bound middler tier
objects, is it necessary to implement the Idisposable interface or is it
good enough to rely on a Finalize call.
Most of my applications will be using Forms authentication and as such the
sql server connection objects will all have individual user id's i.e. no
connection pooling, and because of the time between posts, I can't see any
reason not rely on the normal garbage collection.
Any comments would be much appreciated...
Thanks...P
P.S Since when did the Oxford English Dictionary spell Finalise with a Z??
Bloomin' nuisance.