VB Dot NET Programs

Given below is a list of VB Dot NET Programs Create console application showing the use of conditional constructs – if, if-else, if-else if-else, nested if, select case. Create a console application showing the use of loops – Do….While loop, Do Until … Loop, While… Wend, For …  Next, For Each … Next. Create a …

Database Record Navigation Example Using ADO.NET

This article demonstrates a Database Record Navigation Example Using ADO.NET. The following example uses VB.NET. While the C# code is available here. Basically, .NET Framework provides the ADO.NET library that comprises classes and methods for connecting the application with a database and performing various operations on it. Creating Database in SQL Server At first, start …

VB Dot NET Practice Exercise

The following VB Dot NET Practice Exercise will help you learn and practices this language. Basically, VB.NET is for Rapid Application Development (RAD). Further, the following exercise contains both Console applications and Windows Forms applications. List of Programs in VB Dot NET Practice Exercise This VB Dot NET Practice Exercise also contains solutions to these programs. 1) …