VB.NET Training Microsoft.Net  C.NET ASP Visual Studio .NET Basic Programming > Directory Certification >

mcse ccnp oracle boot camp cissp ccna a+ orlando, chicago, scottsdale, san diego, New Jersey, Florida, New York, Illinois
Home Page Training
Microsoft .NET Training
ASP.NET Training
VB.NET Training
Visual C#.NET
Visual Studio .NET
Paul Sheriff Live

VB.NET 2.0
C.NET 2.0
 

VB.NET

VB.NET Desktop and Database Development training

boot camp and classes mcad mcsd certification trainingHere's what you get...

  • 15 CDs (30 Hours of Instruction)
  • Includes Printed Courseware
  • Exercises, Review Questions and Answers
  • Downloadable Code and Sample Applications
  • Money Back Guarantee
  • Instructors Paul Sheriff and Alison Balter

Microsoft MCTS VB.NET 2.0

Bonus!
Order VB.NET Programming Desktop and Database Development Set of 15 CDs,
and get Paul Sheriff Live! absolutely FREE! (a $249.95 value)

Try our Free Visual Basic.NET Training Demo
Please note *Demo requires Cable or DSL bandwidth. With 56k connection you may find pauses in the demo. The actual training CD videos will be sharper than the demo which requires video streaming over the internet.

Live Boot Camp Classes   

CD Training MCAD MCSD Certification

Microsoft VB.NET Programming Training and Certification Courses on Videos and CDs

Desktop Development CDs - Visual Basic .NET Training CDs (Set of 8 CDs)

btvbncd8

$599.95

VB.NET Complete Set of 15  CDs
(Desktop and Database Development) + Bonus Paul Sheriff Live!

btvbncd15

$895.00

Microsoft Visual Basic.NET Training Description

VB.NET Desktop Development

Instructors Alison Balter and Paul SheriffLevel 1

1.0 Getting to Know the .NET Framework
1.1 What is Microsoft.NET?
1.2 Overview of the .NET Framework
1.3 The Common Language Runtime
1.4 The Common Type System
1.5 Cross-Language Interoperability
1.6 Introduction to NameSpaces
1.7 Introduction to Assemblies

2.0 Getting Started with Visual Studio .NET
2.1 The Visual Studio Start Page
2.2 Customizing the Development Environment
2.3 Creating a New Project
2.4 The Visual Studio.NET Integrated
Development Environment (IDE)
2.5 Exploring the Types of Windows Available to You
2.6 Getting to Know the Editor
2.7 Dynamic Help

top

Level 2

1.0 Exploring the Types of Applications that You Can Build in .NET

1.1 Overview of the Types of Applications that You Can Build
1.2 Windows Applications
1.3 Web Applications
1.4 XML Web Services
1.5 Class Libraries
1.6 Other Types of Applications

2.0 Basics of Building Windows Applications

2.1 The Forms Namespace
2.2 The Form Class
2.3 Working with Controls
2.4 Working with Menus
2.5 Working with UserControls

top

Level 3

1.0 Basics of Building Web Applications

1.1 How Web Forms Differ from Windows Forms
1.2 Introduction to the Internet
1.3 Working with Web Forms
1.4 HTML Controls
1.5 Web Form Server Controls
1.6 How Web Forms Work

2.0 Working with the Validation Controls

2.1 Overview of Validation Controls and How They Work
2.2 The RequiredFieldValidator Control
2.3 The RegularExpressionValidator Control
2.4 The CompareValidator Control
2.5 The RangeValidator Control
2.6 The CustomValidator Control
2.7 The ValidationSummary Control
2.8 Using Multiple Validators for One Control

top

Level 4

1.0 Getting to Know the VB.NET Language

1.1 Getting to Know the New File Extensions
1.2 Subroutines and Functions
1.3 Methods and Properties
1.4 Event Handling Basics
1.5 Working with Data Types
1.6 Working with Variables
1.7 Option Strict
1.8 Operators
1.9 Type Conversion Functions
1.10 Variable Scoping
1.11 Controlling Logic Flow
1.12 Changes Between VBA and VB.NET

2.0 Delving Further into the VB.NET Language

2.1 Working with Arrays
2.2 Working with the Abstract Data Types
2.3 Shadow Variables
2.4 Advanced Subroutine and Function Techniques
2.5 Working with Structures

top

Level 5

1.0 Introduction to Object Orientation in .NET

1.1 Creating Classes
1,2 Adding Properties
1.3 Adding Methods
1.4 Adding Events
1.5 Understanding Delegates
1.6 Abstraction
1.7 Encapsulation
1.8 Polymorphism
1.9 Inheritance

2.0 Introduction to Working with Data in .NET

2.1 ADO.NET Primer
2.2 Simple Data Binding
2.3 Complex Data Binding
2.4 The Data Form Wizard
2.5 The DataAdapter Wizard
2.6 Working with Text Boxes
2.7 The DropDownList Control
2.8 The CheckBoxList Control
2.9 The RadioButtonList Control
2.10 The ListBox Control
2.11 The DataGrid Control

top

Level 6

1.0 Debugging .NET Applications

1.1 Invoking the Debugger
1.2 Everything You Ever Wanted to Know About Breakpoints
1.3 Getting to Know the Debugging Tools
1.4 The Debug Class
1.5 Conditional Compilation

2.0 Adding Error Handling to .NET Applications

2.1 What Happens Without Error Handling
2.2 The System Exception Class
2.3 Try…Catch…Finally
2.4 The Throw Statement
2.5 Implementing Structured Exception Handling

top

Level 7

1.0 Introduction to XML
2.0 Manipulating XML in .NET

top

Level 8

1.0 Interacting with a COM Component
2.0 Programming Standards
3.0 Using the Message Box Class
4.0 Creating Dialog Forms

top

Database Development

Level 1

1.0 Working with the Visual Database Tools in .NET

1.1 Introduction to the Visual Studio.NET Tools
1.2 Using the Server Explorer
1.3 Using the Query Designer
1,4 Using the SQL Editor
1.5 Using the Component Designer
1.6 Using the XML Designer

top

Level 2

2.0 Introduction to ADO.NET

2.1 Exploring the Benefits of ADO.NET
2.2 Getting to Know the ADO.NET Object Model
2.3 Getting to Know the System.Data Namespace
2.4 Working with the .NET Data Providers
2.5 Introducing the ADO.NET Connection Object
2.6 Introducing the ADO.NET Command Object
2.7 Introducing the ADO.NET DataAdapter Object
2.8 Introducing the ADO.NET DataReader Object
2.9 Introducing the ADO.NET DataTable Object
2.10 Using and Working with ADO.NET DataSets
2.11 Editing Data with ADO.NET

top

Level 3

1.0 Working with Data-Aware Controls

1.1 Simple Data Binding
1.2 Complex Data Binding
1.3 The Data Form Wizard
1.4 The DataAdapter Wizard
1.5 Working with Text Boxes
1.6 The DropDownList Control
1.7 The CheckBoxList Control
1.8 The RadioButtonList Control
1.9 The ListBox Control
1.10 The DataGrid Control

2.0 ADO.NET and Stored Procedures

2.1 Benefits of Using Stored Procedures
2.2 Using ADO.NET to Execute Stored Procedures
2.3 Uisng Stored Procedures to Retrieve Data
2.4 Using Stored Procedures to Update Data

top

Level 4

1.0 Basics of Working with the DataGrid Control

1.1 Benefits of the DataGrid Control
1.2 Loading the DataGrid with Data
1.3 Formatting Data in a DataGrid Control
1.4 Working with Columns in a DataGrid Control
1.5 Enabling Paging on a DataGrid Control
1.6 Allowing the User to Select a Row
1.7 Sorting Grid Columns

2.0 Expanding Your Knowledge of the DataGrid Control

2.1 Adding a Hyperlink Column
2.2 Allowing the User to Edit Data on a Detail Page
2.3 Allowing the User to Edit Data in the Grid
2.4 Adding a Template Column
2.5 Allowing the User to Add New Rows
2.6 Allowing the User to Delete Data

top

Level 5

1.0 Working with the Repeater Control

1.1 Working with the DataSource property
1.2 Overview of the Repeater Control Templates
1.3 Adding the ItemTemplate
1.4 Adding the HeaderTemplate and the FooterTemplate
1.5 Adding the AlternatingItemTemplate
1.6 Adding the SeparatorTemplate
1.7 Adding Hyperlinks and Other Embedded Controls
1.8 Working with the ItemCommand Event Procedure

2.0 Working with the DataList Control

2.1 Working with the DataSource property
2.2 Adding the ItemTemplate
2.3 Adding the AlternatingItemTemplate
2.4 Adding the HeaderTemplate and the FooterTemplate
2.5 Adding the SelectedItemTemplate
2.6 Adding the SeparatorTemplate
2.7 Adding the EditItemTemplate Section
2.8 Working with the DataList Control's Properties
2.9 Adding Event Handling Code

top

Level 6

1.0 ADO.NET and XML

1.1 XML Introduced
1.2 GetXML
1.3 GetXMLSchema
1.4 WriteXML
1.5 WriteXMLSchema
1.6 Writing Changes to XML
1.7 Handling Data Relations in XML

2.0 Utilizing .NET Web Services

2.1 Developing Applications that Execute Over the Web
2.2 Finding Web Services
2.3 Creating a Simple Web Service
2.4 Consuming a Simple Web Service
2.5 Web Services and Parameters
2.6 Accessing Data with Web Services
2.7 Managing State in Web Services
2.8 Handling and Throwing Exceptions in Web Services
2.9 Debugging Web Services

top

Level 7

1.0 ADO.NET Update Strategies

1.1 Using Visual Studio to Generate Action Queries
1.2 Using Ad Hoc Queries to Perform Updates
1.3 Retrieving Unique Identifiers
1.4 Working with the Update Methods
1.5 Optimizing Update Performance
1.6 Error Handling Strategies
1.7 Merging Data
1.8 Transporting Data

2.0 Data Caching in Web Applications

2.1 Caching Defined
2.2 Using the PageOutput Cache
2.3 Working with the HttpCachePolicy Class
2.4 Fragment Caching
2.5 Using the Cache APIs

top

 Cisco®, Cisco Systems®, CCDA™, CCNA ™, CCDP™, CCNP ™, CCIE™, CCSI™, the Cisco Systems logo Networking Academy and the CCIE logo are trademarks or registered trademarks of Cisco Systems, Inc and/ or its affiliates in the U.S and certain other countries. All other trademarks mentioned in this document or Web site are the property of their respective owners . 

Netwind Learning Center

United Kingdom Hours 2:00 pm to 8:00 pm
International Phone Number 561.381-0322
sales@netwind.com
webmaster@netwind.com
Copyright  © CDi Communications Inc. 1996-2008
Netwind Learning Center is a registered trademark of CDi Communications, Inc.

*30-Day Guarantee applies only if products purchased are returned with 50% of one product unopened. For example if product purchased contains 6 videos, 3 must remain unopened.