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 ...
I was recently called onto a project to add features to existing applications. To me, this is one of the most challenging aspects of being a developer because the existing application strips away much ...
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 ...