Connectivity in VB .net

Introduction Data Access 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 software 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