Trust me: There's actually a tip at the end of this column, but it's going to take me awhile to get there. Be patient -- I do have a point and I am getting to it. When it comes to comparing objects, ...
I have searched Google many times for this problem, can't find a solution.<BR><BR>I am using a legacy COM Libraby written in VB6. The three objects that I use are:<BR>DBConnect, Document, Application.
Is there any reason to set all local objects to Nothing at the end of subroutines in VB.NET? My understanding is that they all get GC'd when they fall out of scope and this is simply a LOC++ tactic, ...
If you've created an anonymous object, you've probably written code like this: Dim anon = New With { .FirstName = "Peter", .LastName = "Vogel" } This code would give you a new, anonymous object with ...