I am coding in VB.NET.
Currently, I am enclosing object initialization and usage in a Try/Catch block and then tear it down (dispose, close, set to nothing) in the F
Er, Using ... End Using
Using
End Using
See MSDN for more info