Online courses outline - VB.Net

 
VB .Net View interactive online course Download PDF
Introduction to MS Visual Basic .NET
Creating a Visual Basic .NET Project
Windows in IDE
Tool bars
Run the Hello World program
Working with forms and controls
Writing and executing the program
Decision making: frmDecisionMaking
FOR… NEXT loop
DO UNTIL…LOOP
DO WHILE… LOOP
Nested loops
SELECT CASE statement
IF else statement
Working with Arrays and Structures :FrmArrays
Working with Arrays
Sorting the array
Reversing the array
Working with structures :frmEmployee
Display the structured values
Adding properties to structure
Using controls (frmEmployee.vb)
Combo box
Radio group box-1
Radio group box-2
Check box
Text box
Populate
Remove
Clear
Display
Additonal controls and objects Notepad application
Menu bar
Sub menu
Tool bar-1
Tool bar-2
Status bar
ADO.net
Introduction
Binding controls- Combo Box
Binding controls- List box
DataGrid Binding
Using datasets- Handling in code
Changing gridview properties
Navigating data- First record
Navigating data- Previous record
Navigating data- Next record
Navigating data- Last record
Advance topics:XMl
XML File Creation
Load data
Deploying Applications
Deploying application
Adding application launching conditions
Adding setup user interface
Build setup
Run deployed application