VB .Net Theory
Class Object Examples in VB .net
Example : Class object examples in VB .Net to display the area of a rectangle taking corresponding values using Class-Object concept with Form Application in Console Application.
![]()
Example : Class object examples in VB .Net to display the area of a rectangle taking corresponding values using Class-Object concept with Form Application in Console Application.
![]()
NB : (I) To open a fresh Console Application or Module :- Open VB .net application first -File Menu – New – Project – Visual Basic – Console Application – ok. (II) To open a fresh Window Form Application :- Open VB .net application first -File Menu – New – Read more…
![]()
Constructor Definition A constructor in VB .NET is a special method named New that is automatically executed when an object of a class is created and is used to initialize the data members of the class. Characteristics of a Constructor in VB .NET It is mainly used to initialize data Read more…
![]()
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…
![]()
Example : A VB .Net Looping Statement Examples or Program to display all the numbers from 10 to 20 using For Loop through Module via Console Application. Example : A VB .Net Looping Statement Examples or Program to display all the numbers from 20 to 10 using For Loop through Module via Read more…
![]()
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…
![]()
NB : Use the following – (I) To open a fresh Console Application or Module :- Open VB .net application first -File Menu – New – Project – Visual Basic – Console Application – ok. (II) To open a fresh Window Form Application :- Open VB .net application first -File Read more…
![]()
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…
![]()
Variables, Keywords, and Constants in VB .Net Variable Declaration in VB .Net Dim Statement in VB .Net The Dim statement is used in the variable declaration and storage/memory allocation for one or more variables. The Dim statement is used at the module, class, structure, procedure, or block level in the Read more…
![]()
VB .Net Home – Comprehensive Programming Resources includes all the topics of VB .Net Programming
![]()