From Ireland: a little bit of this and a little bit of that
okay, its sort of old news and I'm paddy last :)
but the "Using" statement is coming to VB in the Whidbey realease. The Using statement is a nice clean way of scoping a block of code and saying that it uses this resource within that block of code. Its behavior is like that of the Try...Finally construct and this allows you to use a resource within the Try block and have it dispose the resource in a finally statement.
Anonymous comments are disabled