News

Visual Basic provides full support for object-oriented programming including encapsulation, inheritance, and polymorphism. Encapsulation means that a group of related properties, methods, and other ...
I program database applications using MS SQL Server / Visual Basic 6. One of the books on VB development that I have makes the case that it's a good idea to encapsulate all of your data access ...
VB developers can easily deploy COM applications for test and measurement, as well as many other client-server design projects.
I know this is a stupid question (but I need some an answer to satisfy my curiosity) - is Visual Basic an object oriented language?Thanks ...
An instance of a class, an object, is created by using the `New` keyword. Initialization tasks often must be performed on new objects before they are used. Common initialization tasks include opening ...
In Visual Basic, if the Select clause in your LINQ statement returns multiple values, then LINQ will automatically define an anonymous object for you. This code, for example. Dim custName = from c in ...
Of course, if the object passed in doesn't have the PremiumCustomer interface (in this object model that would mean that the object passed in wasn't actually a PremiumCustomer) this code will blow up.
Nothing like having your app generate automated e-mail notices to impress people. It's easy when you use Outlook and Visual Basic. These steps guide you through the process.
The basic file-handling commands had not changed; just a few more features had been added. With Visual Basic .NET, Microsoft introduced a new, object-oriented method for working with files.