Should you set all the objects to null (Nothing in VB.NET) once you have finished with them?
null
Nothing
I understand that in .NET it is essential to
Some object suppose the .dispose() method which forces the resource to be removed from memory.
.dispose()