Connectivity in VB .net

Introduction/Overview Database Access Technology or connectivity in VB .net is the mechanism through which an application program connects and communicates with data repositories/databases/data sources successfully. Database connectivity in VB .net software is also known as database middleware/sometimes called API(Application Program Interface) because it provides an interface between the two totally different natures of Read more…

Loading

Array Examples in VB .Net

Example : An Array Example in VB .Net or a Program to display only the first and last integer values from a statically stored Array value through a Module via a Console Application. Example : An array Example in VB .Net or a program to display all the integer values in different ways as stored in an array statically through a module via Read more…

Loading

Operators in VB .Net

Operators in VB .Net Introduction Operators are a very important part of VB .Net Programming. Definition An operator is a symbol that performs specific mathematical or logical manipulations on a given operands. Type of Operators in VB .Net VB.Net has rich in built-in operators. These are – Arithmetic Operators Arithmetic Read more…

Loading

Basic Program Structure

Basic Program Structure of VB .Net A typical and basic program structure of VB.Net normally consists of the following components:- Namespace (One or more) Comments(one or more – anywhere in the program) A Class or Module Procedures(One or more – includes Subroutines, Functions, Operators, Handlers, Get, Set etc.) Codes contains Read more…

Loading

Controls or Tools Box

VB controls or Tools Box is essential to building user-friendly and interactive Windows applications. VB controls are typically used to create user interface elements or widgets in applications developed using the Visual Basic (VB) programming language or a related technology. Visual Basic is a programming language developed by Microsoft, and Read more…

Loading