Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

The Book of Visual Basic 2005: .NET Insight for Classic VB Developers Review by Harold McFarland

Great book for the intended audience

The focus of this book is to take a traditional Visual Basic developer who is already experienced writing Visual Basic programs and use that as a base to move them to the .NET platform. One of the problems of the traditional Visual Basic program has been that it has its own way of doing things and is built on a platform that is different from other object-oriented languages such as C++ and Java. Of course this is not the only problem but if you program in more than one language then Visual Basic's dlls would often replace and create problems for the other language and vice-versa. The vision of .NET was to create a common language runtime with common classes that can be used for all languages. The problem is that this meant a complete rewrite of Visual Basic and many of the expressions used before no longer work. This need to relearn how to do so many things has slowed the adoption of the .NET framework for Visual Basic. This book comes to the rescue by providing a convenient learning pathway that starts with the familiar for the Visual Basic 6 programmer and moves them from there to the correct use of the .Net framework to accomplish the same goal. For the Visual Basic programmer making the move to the .NET platform The Book of Visual Basic 2005 is highly recommended.