Visual Basic.NET Introduction

This course has been superseded

Try searching for alternatives

Course Description

In this course, you learn the VB.NET language from the ground up and use Visual Studio .NET (DOTNET) to assist you in your learning as well as in the creation of end-user applications. It provides you with the basic skills required to develop functionally sound Visual Basic .NET applications.
5 Days
Contact us for pricing
 

Prerequisites

This course is not intended as an Introduction to Programming. It is for participants who have some knowledge of OOP from other languages or have taken a course in the .net framework, or have equivalent experience.

Creating a User Interface in Window Forms

Applications
Determine Form Properties
Determine Form Controls
Determine Control Properties
Manipulate Grouped Controls
Write Event Procedures

Working with Data and Variables

Declare Variables and Constants
Determine and Set Scope
Perform Mathematical Calculation
Create an Array
Create a Structure to Implement a Custom Data Type
Create a Collection
Create an Enumeration

Controlling Program Flow

Implementing a Standard Module
Manipulate Forms
Create Functions
Create Sub Procedures
Write Decision Structures
Write Loop Statements
Debug Logic Errors
Validate Data
Implement Structured Exception Handling

Working with Classes

Create a Class
Create a Property Procedure
Create a Method
Create and Handle a Custom Event
Set an Object Initial Values using a Calculator
Implementing Overloading
Write Sharable Code
Create a Class using Inheritance
Provide Polymorphism Through Inheritance

Enchancing User Interface Functionality

Add a Menu to a Windows Form
Add Dialog Controls
Add a Toolbar
Add a Status Bar
Create a Form Using Visual Inheritance
Create a User Control
Retrieve Data from an External Data Source
Manipulate Data in a Windows Forms Applications
Create an Application Configuration File

Deploying Your Application

Create a Deployment Project
View Metadata
Create and Deploy a Shared Assembly

Creating Applications

Create a Web Forms Application
Create a Web Service Application
Consume a Web Service Application