|
Provided by: 123-CBT Computer Based Training NET Set of 7 |
![]() |
Training
Provided by 123-CBT Computer Based Training
1.1 Overview of .NET
1.2 Common Language Specification
1.3 Common Type System
1.4 .NET Applications
1.5 ADO.NET
1.6 Security Services
1.7 Why Migrate to .NET
1.8 Benefits of Using.NET
1.9 How to Migrate
2.0 Introduction to Visual Studio.NET
2.1 Overview to Visual Studio.NET
2.2 Project Templates
2.3 Getting Started with VS.NET
2.4 Creating a New Project
2.5 VS.NET Integrated Development Environment (IDE)
3.0 Introduction to Window Forms (WinForms)
3.1 Overview of WinForms
3.2 Standard WinForm Controls
3.3 Anchoring & Docking
3.4 Under the Hood
3.5 Displaying a WinForm
1.1 What's Changed?
2.0 Introduction to the DataTable Class
2.1 The DataTable Class
2.2 Creating a DataTable
3.0 Working with the MessageBox Class
3.1 Overview of the MessageBox Class
3.2 Using the MessageBox Class
4.0 Multiple Document Interface (MDI) & Menus
4.1 Overview of MDI
4.2 Runtime Features of Child Forms
4.3 Creating Menus
4.4 Calling a Child Form
4.5 Child Menus in MDI Applications
4.6 Arranging Child Forms
4.7 Positioning Child Forms
4.8 Tracking Child Windows
4.9 Creating Pop-Up Menus
4.10 Manipulating Menus at Runtime
4.11 Unloading an MDI Application
1.1 Creating Dialogue Box Forms
2.0 Using the Debugger
2.1 Overview of Debugging
2.2 Invoking the Debugger
2.3 Useful Windows for Debugging
2.4 Using the Debug Class
2.5 Conditional Compilation
3.0 Error Handling in VB.NET
3.1 Overview of Error Handling
3.2 Using Error Handling
3.3 Working with Specific Exceptions
3.4 Throwing Exceptions
3.5 Running Code Unconditionally
3.6 Creating Exception Classes
4.0 Classes in VB.NET
4.1 Overview of Classes
4.2 Creating a Class
4.3 Creating a Method
4.4 Passing Data to a Constructor
5.0 Overloading Methods
5.1 Overview of Overloading Methods
5.2 Creating an Overloaded Method
5.3 Overloading Sub New
6.0 Introduction to Inheritance
6.1 Overview of Inheritance
6.2 Creating an Inherited Class
6.3 Overriding a Method
6.4 Abstract Classes
6.5 Interface Inheritance
6.6 Visual Inheritance
1.1 Overview of Class Libraries
1.2 Creating a Class Library
1.3 Creating a Consumer Application
1.4 Creating a NameSpace
1.5 Adding Other Classes to a DLL
1.6 Updating Assembly Information
1.7 Under the Hood
2.0 List Box Control Basics
2.1 Adding Items to a List Box
2.2 Multi-Select List Boxes
2.3 Loading Objects into a List Box
3.0 Introduction to ADO.NET
3.1 Overview of ADO.NET Classes
4.0 ADO.NET Data Binding
4.1 Binding Data to a DataGrid
4.2 Creating Parameterized Query
4.3 Binding Data Manually
1.1 Using the ADO.NET Connection Object
1.2 Using the ADO.NET Command Object
2.0 The ADO.NET DataReader Object
2.1 Loading a List Box
2.2 A Generic ListItem Class
2.3 Displaying Product Info
2.4 Finding Values in Combo Boxes
3.0 ADO.NET DataTables & DataSets
3.1 Load a ComboBox Using a DataTable Object
3.2 Creating a DataSet Object
3.3 Load a ListBox from a DataSet
3.4 Finding a Specific Row in the DataSet
3.5 Adding Rows to a DataSet
3.6 Updating Rows in a DataSet
3.7 Deleting Rows in a DataSet
4.0 ADO.NET & Stored Procedures
4.1 Executing Stored Procedures
4.2 Updating Data Using Stored Procedures
5.0 Introduction to XML
5.1 What is XML?
5.2 Disp
Level 1
1.0 Overview of the .NET Platform1.1 Overview of .NET
1.2 Common Language Specification
1.3 Common Type System
1.4 .NET Applications
1.5 ADO.NET
1.6 Security Services
1.7 Why Migrate to .NET
1.8 Benefits of Using.NET
1.9 How to Migrate
2.0 Introduction to Visual Studio.NET
2.1 Overview to Visual Studio.NET
2.2 Project Templates
2.3 Getting Started with VS.NET
2.4 Creating a New Project
2.5 VS.NET Integrated Development Environment (IDE)
3.0 Introduction to Window Forms (WinForms)
3.1 Overview of WinForms
3.2 Standard WinForm Controls
3.3 Anchoring & Docking
3.4 Under the Hood
3.5 Displaying a WinForm
Level 2
1.0 What's New in VB.NET1.1 What's Changed?
2.0 Introduction to the DataTable Class
2.1 The DataTable Class
2.2 Creating a DataTable
3.0 Working with the MessageBox Class
3.1 Overview of the MessageBox Class
3.2 Using the MessageBox Class
4.0 Multiple Document Interface (MDI) & Menus
4.1 Overview of MDI
4.2 Runtime Features of Child Forms
4.3 Creating Menus
4.4 Calling a Child Form
4.5 Child Menus in MDI Applications
4.6 Arranging Child Forms
4.7 Positioning Child Forms
4.8 Tracking Child Windows
4.9 Creating Pop-Up Menus
4.10 Manipulating Menus at Runtime
4.11 Unloading an MDI Application
Level 3
1.0 Creating Dialogue Forms1.1 Creating Dialogue Box Forms
2.0 Using the Debugger
2.1 Overview of Debugging
2.2 Invoking the Debugger
2.3 Useful Windows for Debugging
2.4 Using the Debug Class
2.5 Conditional Compilation
3.0 Error Handling in VB.NET
3.1 Overview of Error Handling
3.2 Using Error Handling
3.3 Working with Specific Exceptions
3.4 Throwing Exceptions
3.5 Running Code Unconditionally
3.6 Creating Exception Classes
4.0 Classes in VB.NET
4.1 Overview of Classes
4.2 Creating a Class
4.3 Creating a Method
4.4 Passing Data to a Constructor
5.0 Overloading Methods
5.1 Overview of Overloading Methods
5.2 Creating an Overloaded Method
5.3 Overloading Sub New
6.0 Introduction to Inheritance
6.1 Overview of Inheritance
6.2 Creating an Inherited Class
6.3 Overriding a Method
6.4 Abstract Classes
6.5 Interface Inheritance
6.6 Visual Inheritance
Level 4
1.0 Creating a Class Library1.1 Overview of Class Libraries
1.2 Creating a Class Library
1.3 Creating a Consumer Application
1.4 Creating a NameSpace
1.5 Adding Other Classes to a DLL
1.6 Updating Assembly Information
1.7 Under the Hood
2.0 List Box Control Basics
2.1 Adding Items to a List Box
2.2 Multi-Select List Boxes
2.3 Loading Objects into a List Box
3.0 Introduction to ADO.NET
3.1 Overview of ADO.NET Classes
4.0 ADO.NET Data Binding
4.1 Binding Data to a DataGrid
4.2 Creating Parameterized Query
4.3 Binding Data Manually
Level 5
1.0 ADO.NET Connection & Command Objects1.1 Using the ADO.NET Connection Object
1.2 Using the ADO.NET Command Object
2.0 The ADO.NET DataReader Object
2.1 Loading a List Box
2.2 A Generic ListItem Class
2.3 Displaying Product Info
2.4 Finding Values in Combo Boxes
3.0 ADO.NET DataTables & DataSets
3.1 Load a ComboBox Using a DataTable Object
3.2 Creating a DataSet Object
3.3 Load a ListBox from a DataSet
3.4 Finding a Specific Row in the DataSet
3.5 Adding Rows to a DataSet
3.6 Updating Rows in a DataSet
3.7 Deleting Rows in a DataSet
4.0 ADO.NET & Stored Procedures
4.1 Executing Stored Procedures
4.2 Updating Data Using Stored Procedures
5.0 Introduction to XML
5.1 What is XML?
5.2 Disp
|
|
||||||||
NET Set of 7
--
About The Training Provider: 123-CBT Computer Based Training
123-CBT Computer Based Training - 123-CBT offers discount pricing on top quality eLearning
programs from leading computer based training providers. Many of the training courses are available both online or on CD so that you can study at home at your own pace:
E-Learning available for
- ABAP 6.10
- Access 2003
- Acrobat 6.0
- ASP
- ASP.NET
- C
- Captivate 1.0
- Crystal Reports 8.5
- Crystal Reports v10
- Dreamweaver MX
-...

