Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Article

A Primer on Creating Type-Safe References to Methods in Visual Basic .NET

Delegates, new in Visual Basic .NET, are type-safe, object-oriented references to methods. By using delegates, you make your methods accessible to others and therefore more extensible. This article...
Article

Introduction to OOP in VB.NET

Visual Basic .NET offers its users, among many other things, a fully object-oriented programming (OOP) experience. Some former VB6 developers have prepared themselves well to embrace this new version...
Article

Connecting to Databases the ASP.NET Way

It seems with every new release of Visual Studio we get a new data access method. DAO, RDO, ADO...and now ADO.NET. Well, this version of Visual Studio not only introduces ADO.NET, but also the SQL...
Article

Understanding User Controls - Part 2

In last week's article I showed you some of the basic principles of exposing properties and methods in user controls. As we left off I mentioned that you could work with properties and methods...
Article

Loading a DataSet with Data from Multiple Tables

Microsoft introduced ADO.NET together with the .NET Framework. This new data access object is built upon the .NET Framework. When you install the .NET Framework on your machine, two .NET providers...
Article

HOW TO: Create, Use, and Manage Macros in Visual Studio .NET

This article demonstrates how to create a new macro project in Visual Basic .NET, and then record a simple macro that inserts a TODO token into the code and subsequently opens the Task List window to...
Article

HOW TO: Use ActiveX Components in Visual Studio .NET with Visual Basic .NET

This article demonstrates how to use an ActiveX component from within Visual Studio .NET by using Visual Basic .NET.
Article

HOW TO: Marshal an Object to a Remote Server by Reference by Using Visual Basic .NET

This article demonstrates how to marshal an object by reference to a remote server. When you marshal an object by reference, the runtime creates a transparent proxy so that the server can make calls...
Article

HOW TO: Create Client Access to Remote Server by Using Visual Basic .NET

This step-by-step procedure demonstrates how to create a client that accesses a remote server. This client can be located on the same computer, on a different computer, or on a different network....
Article

HOW TO: Make a GET Request by Using Visual Basic .NET

The Microsoft .NET Framework includes many useful classes for networking, including the ability to make Web requests. This article demonstrates how to make a simple GET request to retrieve a Web page...
Article

HOW TO: Read XML Data from a URL by Using Visual Basic .NET

This article demonstrates how to use the XmlTextReader class to read Extensible Markup Language (XML) from a URL. The streamed information can come from a variety of sources, such as a byte stream...
Article

Introducing ADO+: Data Access Services for the Microsoft .NET Framework

ADO+ is the new set of data access services for the .NET Framework. ADO+ is a natural evolution of ADO, built around n-tier development and architected with XML at its core. This article presents the...
Article

The GetChances of DataSet and DiffGrams

Recently there was a discussion related to DataSet’s HasChanges and GetChanges methods. This article discusses the basics of DiffGrams and how DiffGram format is utilized by a DataSet to in...
Article

The Ins and Outs of Stored Procedures in VB.NET

A well-designed application that uses a relational database management system in the backend should make extensive use of stored procedures. A stored procedure is a named collection of SQL...
Article

Understanding ODBC .NET Data Provider

This article is an unedited part of Chapter 11: Working with ODBC .NET Data Provider from A Programmer's Guide to ADO.NET in C# book. This chapter teaches you how to work with various data...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.