Computer Programming Training for Visual Basic ASP C# C++ on CD-ROMs

Access 2003 Dev | ASP.NET | C#.NET | VB 2005 | VB.NET | Flash ActionScript | Delux Bundle

youLearn.com

month07

Expires July 31, 2008

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.

Free Newsletter

Computer Training
Videos/CD-ROMs

 Product List »
 A to Z

 
Programming »
 Access 2003 Dev
 Access 2002 Dev
 Access 2000 Dev
 ASP.NET Series
 C#.NET Series
 VB 2005 Training
 VB.NET Training
 Advanced .NET
 Flash ActionScript
 .NET Training Bundle
 Deluxe .NET Bundle

 
Other Titles »
 Access Training
 AutoCAD Courses
 Autodesk Courses
 IT Certifications
 MCSE Training
 Office Training
 Visual Basic Courses

 
Purchase Orders
 Accepted from Corp.,
 Gov., & Educational
 Institutions:
 Click here

 
Customer Service
 Privacy Policy
 Return Policy

Visual Basic 2005 Training with .NET 3.0

Visual Basic 2005 training CDs

Compatible with Visual Studio 2008

Visual Basic Training with .NET 3.0
Hosted by Robert MacHale
24 hours of Visual Basic training on 12 CDs
New - Released March 2008

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.

Join thousands of corporate repeat customers in receiving the highest quality training products on the market.

Special Offer: This VB Course Includes a 5 User License.
Please call 1-888-797-4040 for price on multi-user license.

Visual Basic 2005 Training Series

VB 2005 (#btl-vb05-m12)
Set of 12 CD-ROMs

(Reg. $799.95)
Sale $779.95

Economy Shipping: $18.95 (UPS Ground)
 (Allow 4-7 business days for delivery; No Tax, Except Maryland Residents)

Multimedia CD-ROM Based Training:
With CD-ROM based training, the lectures were video taped and then digitized and presented to you in Full Motion Video, Audio, & Graphics.

System Requirements (Training CD-ROMs): 486/200 mhz (minimum), CD-ROM Drive, 32 MB RAM, Sound Card. Available Hard Disk Space 200 MB. Windows 95, 98, NT, ME, 2000, or Windows XP.

Microsoft AJAX 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.

Trainer

COURSE OUTLINE - VISUAL BASIC .NET 3.0 TRAINING
Includes: 12 CDs and 1056 pages of printed courseware
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

 

youlearn

EDULEARNTM provides computer training to 1000’s of Corporations, Governments, & Educational Institutions.
Learn from Industry Experts & Certified TrainersTM
Edulearn and youlearn are trademarks of EDULEARN, Inc.
Copyright, 1996-2008, EDULEARN, Inc. All rights reserved.

Online Demos

 Bundles
 Deluxe .NET Bundle
 Programmers Bundle

 Other Titles
 Programming Home »
 Access 2003 Dev
 Access 2002 Dev
 Access 2000 Dev
 Advanced .NET
 ASP.NET Complete
 ASP.NET Basics
 ASP.NET Advanced
 ASP.NET Deploying
 ASP 3.0 Training
 C++ Programming
 C#.NET Complete
 C#.NET Essentials
 C#.NET Web Apps
 C#.NET Win. Apps
 C#.NET XML Services
 CSS Training
 Delphi 6
 VB Script 5
 Flash ActionScript
 HTML Training
 Java Essentials
 Microsoft AJAX
 MS Office VBA
 VB.NET Complete
 VB 2005 Complete
 VB.NET Intro
 VB.NET Desktop
 VB.NET Database
 VB Script 5
 Visual Basic 6
 Visual C++ 6.0
 Visual InterDev 6.0
 Visual SourceSafe 6