Gustav Brock
Gustav at cactus.dk
Fri Aug 22 11:26:33 CDT 2008
Hi all Came across this article on the subject: http://www.devx.com/dotnet/Article/33167 and realise that I don't dispose objects that much and yet the code runs - and most of the coding examples I see don't tell much about it. Right now I'm writing some code to send a series of e-mails and the code I found calls Dispose. That makes sense: Create the MailMessage object, send the message, dispose object. But what experience do you have? How keen are you about disposing objects? /gustav