Visual Basic 2005 Training for .NET 3.0
![]() |
| Compatible with Visual Studio 2008 |
Visual Basic 2005 Training for .NET 3.0 Course
Hosted by Robert MacHale
Includes 12 CDs and 1056 pages of printed courseware
This Visual Basic training course includes over 24 hours of Visual Basic training for .NET 3.0. Students will learn how to unleash the power of the Microsoft .NET Framework 3.0 to create next generation Windows applications and dynamic web pages. Presented by Robert MacHale, a renowned web expert, this course provides detailed, step-by-step video instructions on how to use Visual Basic with the Microsoft .NET Framework 3.0 to create robust data driven applications and offer users a better experience.
Overview
The first phase of this Visual Basic training provides a comprehensive overview of the course and gives students a preview of each phase that will follow. In the second phase students are introduced to .NET data types (boolean, integer, string, etc.) as well as operations that can be performed on those data types. The phases that follow will cover in detail how to use Visual Basic with some of the various technologies and components supported by the .NET Framework 3.0. These include Conditional Statements, Events, Methods, Windows Forms, XML, ADO.NET, Web Forms, AJAX, Windows Communication Foundation (WFC), Web Services, and much more.
Multimedia CD-ROM Based Training:
With CD based training, the lectures were video taped and then digitized and presented to you in Full Motion Video, Audio, & Graphics.
System Requirements: x86/400 mhz (minimum), CD-ROM Drive, 64 MB RAM, Sound Card. Available Hard Disk Space 200 MB. Windows 98, NT, ME, 2000, XP, or Windows Vista.
Visual Basic Trainer: Robert MacHale
Robert MacHale has over 17 years of experience developing online systems and consulting in the computer, financial, and non-profit industries. He is a renowned expert at multiple levels and specializes in all facets of HTML, DHTML, XML, and AJAX.
Course Outline - Visual Basic 2005 Training for .NET 3.0:
Includes: 12 CDs
Running Time: Approx. 24 Hours
Phase I - Course Overview
1.1 Phase 2 - Data Types & Operations
1.2 Flow Control & Error Handling
2.1 Methods, Properties & Events
2.2 Streams, Readers & Writers
2.3 ADO.NET
3.1 XML
3.2 ADO.NET DataSet & DataTable
3.3 Windows Forms
4.1 Web Forms
4.2 Communications
4.3 Ajax Support
Phase II Data Types & Operations
1.0 Data Types
1.1 Introduction to Data Types
1.2 Date,String,Char,and Boolean
1.3 Integer, UInteger, Long, Ulong, Short, and Ushort
1.4 Byte, and Sbyte
1.5 Decimal, Single, and Double
2.0 String Operations
2.1 Introduction to String Operations
2.2 Len, Left, Right, and Mid
2.3 Lcase, Ucase
2.4 Trim, Ltrim, and Rtrim
2.5 Instr, Replace, and StrComp
3.0 Compiler Options
3.1 Introduction to Compiler Options
3.2 Option Compare
3.3 Option Strict
3.4 Option Explicit
Phase III - Flow Control & Error Handling
1.1 For Loop
1.2 For
1.3 Variable
1.4 Step
1.5 Fraction
1.6 Nested
1.7 Exit
1.8 Continue
2.1 Do Loop
2.2 Do While
2.3 Do Until
2.4 Loop While
2.5 Loop Until
2.6 Exit Do
2.7 Continue Do
3.1 Error Handling
3.2 Try Catch
3.3 Catch by Name
3.4 Catch & Finally
4.1 If Then
4.2 If
4.3 Else
4.4 Else If
5.1 Select Case
5.2 Case Else
5.3 Case Is
5.4 Case To
5.5 Case List
5.6 Case Enum
5.7 Case Mix
6.1 Enumerations
6.2 Definition
6.3 If
6.4 Select Case
Phase IV - Methods, Properties & Events
1.1 Subroutines - Calling
1.2 Parameters
1.3 ByRef
1.4 ByVal
1.5 Optional
1.6 Overloading
1.7 Advanced
2.1 Functions - Return Value
2.2 Parameters
2.3 ByRef
2.4 ByVal
2.5 Optional
2.6 Overloading
2.7 Advanced
3.1 Methods
3.2 Properties
3.3 Events
4.1 Event Handlers & Delegates
Phase V - Streams, Readers & Writers
1.1 Streams - Memory Stream Code Review
1.2 Memory Stream - Build Example
1.2 File Stream - Cod Review
1.4 WebRequest Stream
2.1 StreamWriter & Stream Reader
2.2 StreamWriter - Build Example
2.3 StreamReader
2.4 StreamReader-Build Example
3.1 BinaryWriter & BinaryReader
3.2 BinaryWriter - Build Example
3.3 BinaryReader
3.4 BinaryReader-Build Example
Phase VI - ADO.NET
1.1 Database Connections - Open
1.2 SELECT
1.3 Close
1.4 Build Example - Form
2.1 Database Commands - Text
2.2 Stored Procedure
2.3 Build Example
3.1 Command Parameters - Input
3.2 Output
3.3 Input Output
3.4 Return Value
3.5 Build Example - Input Parameter
3.6 Build Example - Output Parameter
3.7 Build Example - InputOutput Parameter
3.8 Build Example - Return Value
Phase VII - XML
1.1 Loading XML Content - File
1.2 URL
1.3 String
1.4 Build Example - File
1.5 Build Example - URL
1.6 Build Example - String
2.1 Selecting XML Content - Single Node
2.2 Nodes
2.3 Attribute
2.4 Build Example - Single Nodes
2.5 Build Example - Nodes
2.6 Build Example - Attribute
3.1 Updating and Attribute Value
3.2 Updating a Text Value
3.3 Updating an XML Fragment
3.4 Build Example - Attribute
3.5 Build Example - Text
3.6 Build Example - XML
4.1 Inserting XML Content
4.2 Inserting an Attribute
4.3 Inserting and Element
4.4 Inserting Text
4.5 Build Example - Element
4.6 Build Example - Attribute
4.7 Build Example – Text
Phase VIII - ADO.NET DataSet & DataTable
1.1 Database Connection
1.2 DataSet XML
1.3 Loading Table #1
1.4 Loading Table #2
1.5 Traversing Table #1
1.6 Traversing Table #2
1.7 Build Example - Database Connection
1.8 Build Example - Database Connection
1.9 Build Example - Traversing Tables
2.1 Selecting Records
2.2 Inserting Records
2.3 Updating Records
2.4 Deleting Records
2.5 Build Example - Selecting Records
2.6 Build Example - Inserting Records
2.7 Build Example - Updating Records
2.8 Build Example - Deleting Records
Phase IX - Windows Forms
1.1 Introduction to Form Controls
1.2 Form Controls - Code Review
1.3 Form Controls - Build Example
2.1 Introduction to Form Menus
2.2 Form Menus - Code Review
2.3 Form Menus - Build Example
3.1 Introduction to Context Menus
3.2 Context Menus - Code Review
3.3 Contest Menus - Build Example
4.1 Introduction to DragDrop
4.2 DragDrop - Code Review
4.3 DragDrop - Build Example
5.0 Clip Board
Phase X - Web Forms
1.1 Introduction to Web Forms
1.2 Web Forms - Code Reviews
1.3 Web Forms - Build Example
2.1 Uploading Files
2.2 Uploading Files - Code Review
2.3 Uploading Files - Build Example
3.1 Downloading Files
3.2 Downloading Files - Code Review
3.3 Downloading Files - Build Example
4.1 Inserting Database Records
4.2 Inserting Databse Records - Code Review
4.3 Interting Database Records - Build Example
Phase XI - Communications
1.1 Windows Communication Foundation (WFC)
1.2 WFC - Code Review
1.3 WFC - Build Example
1.4 WFC - Steps 1 through 10
1.5 WFC - Client Application
1.6 WFC - app.config
1.7 WFC - Client Form
1.8 WFC - MyOperation2
1.9 Update Service Properties
1.10 First & Last
2.1 Web Services
2.2 Web Services - Code Review
2.3 Web Services - Build Example
3.1 Ajax Request & Response - Code Review
3.2 Ajax Request & Response - Code Review
3.3 Ajax Request & Response - Build Example
Phase XII - AJAX Support
1.1 SOAP & Web Services
1.2 SOAP & Web Services - Code Review
1.3 SOAP & Web Services - Build Example
2.1 Partial Page Rendering
2.2 Partial Page Rendering - Code Review
2.3 Partial Page Rendering - Build Example
3.1 PostBack Triggers
3.2 PostBack - Code Review
3.3 PostBack - Build Example
4.1 Calendar Extender
4.2 Calendar Extender - Code Review
4.3 Calendar Extender - Build Example
5.1 Modal Popu Extender
5.2 Modal Popup Extender - Code Review
5.3 Modal Popup Extender - Build Example
6.1 Tab Container Control
6.2 Tab Container Control - Code Review
6.3 Tab Container Control - Build Example
![]()
![]()
Expires Sep 30, 2010
Save 10% to 20%
most training titles
For corporate orders, call to get a special quote or click here to receive a price quote by email.
Computer Training
Videos/CD-ROMs
Product List
Programming
Other Categories
Autodesk
IT Certification
Microsoft Office
Soft skills
Computer Programming
Purchase Orders
Accepted from Corp., Gov., & Educational Institutions: Click here


