Ok, this is pretty tough to explain, but I'll try. I'm working on a VB.NET solution. I've built a class to encapsulate some functionality, and it works fine when every method of the class is called ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...