It's certainly rare for a software developer to be writing code and not be connected to the internet, or have a copy of the MSDN Library readily available on DVD. It really begs the question, what is the point behind a quick reference made out of paper, when I can just Google what I'm looking for, or search on MSDN?
The answer is the problem of search result overload. Oftentimes you’re bombarded with every article ever written on a particular language feature or method name, and have to scroll quite a ways to find the one that actually explains how to use that particular feature. And, of course, some of us also still enjoy the tactile sensation of paging through a good old-fashioned book to find what we’re looking for.
Visual Basic 2005 in a Nutshell tries to fill that gap with a concisely written and well-organized desktop reference covering the language as it stands today. The first several sections are devoted to the Visual Basic language, its structure, data types and operators. Although there is a section on "Object Oriented Programming," it is not detailed enough to teach someone object-oriented programming if they don't already understand it. Instead, it contains an overview of the different features of object-oriented programming and how they're supported in Visual Basic specifically. New Visual Basic programmers may find this very useful as they begin to adopt good programming techniques.
The bulk of this reference concentrates on the Visual Basic language, and some of the more common classes and methods that are contained in the .NET Framework Library, in alphabetical order. Of course, trying to document all of the classes and methods in the .NET Framework Library would take several volumes of books, so only the most common items are listed here, without any mentions to Windows Forms or ASP.NET specific libraries.






Article comments