VB.NET and C# are so similar in expressive power and features that conversion between the two at first glance appears to be little more than adding or removing semicolons and curly braces. In fact, ...
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 ...
I have an old VB6 project (DLL) that someone wants converted to VB.NET. It's been a long time since I've worked with VB6, and I've never done VB.NET, though I've done enough C#. I've read up on the ...
I've just completed the Murach book on VB.NET and VB.NET ADO and there is a statement that "VB.NET isn't fully "object oriented" - but makes no specific arguement.<BR><BR>Now I'm going thru the Murach ...