ASP.NET Training Series

Active Server Pages (ASP) Training Videos on CD
ASP.NET Training
A complete, hands-on ASP.NET training solution.

ASP.NET Complete Training Course

Hosted by Paul Sheriff & Alison Balter
30 hours of ASP training on CD
Includes Printed Courseware and Reference Text

Learn ASP.NET and its associated technologies with this complete ASP.NET 1.0 for Visual Studio 2002 training series. This ASP.NET course is designed for .NET developers of all experience levels, and provides extensive hands-on ASP.NET programming lessons, tips, and techniques by .NET experts Alison Balter and Paul Sheriff. Quickly learn beginner to advanced level ASP.NET programming with this 15 CD ASP.NET training series.

Now Available ASP.NET 3.5 Training ...

This comprehensive ASP training provides over 30 hours of instruction covering 230 topics including the .NET Framework, Crystal Reports, XML, Deploying, Mobile Web Applications, Web Forms & much more.

This complete ASP.NET training includes:

ASP.NET Development Training Series

Part#: bt-aspnet | Contents: Set of 15 CDs, Book

Format

Reg: $899.95
Sale: $849.95
*No tax except for Maryland (USA) residents.

Shipping: Economy shipping allow 4-7 business days for delivery*

Payment options:

Order securely online or call 1-888-797-4040 (301-589-3349)

All major credit cards (Visa, MasterCard, Amex, and Discover)

PayPal: Pay online quickly with your PayPal account

Company PO's accepted (Net 30); Call for multi-user license

CD-ROM based trainingMultimedia 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.

TrainerASP.NET Trainers:
Paul D. Sheriff is a recognized leader in the Visual Basic industry and the Microsoft MSDN (Microsoft Developer Network) Regional Director for Southern California. He is independent and thus not employed by Microsoft, but is recognized in his region as one of the leaders and effective communicators in the developer community. Paul is a frequent speaker at Microsoft Developer Days, Microsoft Tech Ed, Microsoft "MSDN Presents", Access/VBA Advisor Developer Conferences, and user groups across the country.

TrainerAlison Balter is a highly experienced independent trainer and consultant, specializing in Windows applications training and development. During her seventeen years in the computer industry, she has trained and consulted with many corporations and government agencies. Alison is a regular contributing columnist for Access/Office/Visual Basic Advisor as well as other computer publications. She is also a regular on the Access and Visual Basic national speaker circuit. She was also one of four speakers on the Microsoft Visual Basic/Visual Studio World Tour.

Course Outline - Complete ASP.NET Training:

Running Time: Approx. 30 Hours

ASP.NET TRAINING: Basics (Set of 6 CDs)

Fundamentals Phase I
1.0 Getting Started with the Sample Application
1.1 Introducing the Sample Application
1.2 The Sample Application
2.0 Introduction to Microsoft .NET
2.1 What is Microsoft .NET
2.2 .NET and XML
2.3 Overview of .NET Framework
2.4 The Common Language Runtime
2.5 The .NET Classes
2.6 Common Language Specification
2.7 Intermediate Language
2.8 Services in .NET
2.9 Common Type System
2.10 Types of Application You Can Build
2.11 Data Services
2.12 Security Services
2.13 Migrating to .NET
2.14 Benefits of Using .NET Framework
3.0 Introduction to Visual Studio .NET
3.1 Using Visual Studio .NET
3.2 Configuring Visual Studio .NET
3.3 Project Template
3.4 Visual Studio Integrated Development Environment (IDE)
3.5 Using Help
3.6 Types of Windows
3.7 Using the Editor

Fundamentals Phase II
1.0 Overview of .NET Framework Classes
1.1 The .NET Framework
1.2 Namespaces
1.3 The System Namespace
1.4 Namespaces Dealing with Data
1.5 The System.IO Namespace
1.6 The System.TEXT Namespace
1.7 The System.Collections Namespace
1.8 The System.Web.Services Namespace
1.9 The System.XML Namespace
2.0 Intro to Internet Programming
2.1 What is the Internet
2.2 HTML Basics
2.3 Websites Created Using HTML
2.4 Websites Created Using ASP
2.5 Before You Begin Coding
2.6 Websites Created Using ASP.NET
3.0 Intro to ASP.NET
3.1 Overview of ASP.NET
3.2 HTML Controls
3.3 Web From Server Controls
3.5 How Web Forms Work
3.6 IIS Objects
3.7 Creating User Controls

Fundamentals Phase III
1.0 Working with VB.NET
1.1 Learning the Basics
1.2 Event Handling Basics
1.3 Visual Basic .NET Data Types
1.4 Option Strict
1.5 Conversion Functions
1.6 Constructing Text Using String.Format
1.7 Creating Your Own Procedures
1.8 Creating Classes
2.0 Validation Controls
2.1 Introducing Validation Controls
2.2 Using RequuredFieldValidator Control
2.3 Using RangeValidator Control
2.4 Using RegularExpressionValidator Control
2.5 Using CustomValidator Control
2.6 Using ValidationSummary Control
2.7 Using CompareValidatorControl

Fundamentals Phase IV
1.0 Debugging in Visual Studio .NET
1.1 Using the Debugger
1.2 Invoking the Debugger
1.3 Tools for Debugging
1.4 Using Breakpoints
1.5 Useful Debugging Tools
1.6 Other Useful Debugging Windows
1.7 Using the Debug Class
1.8 Conditional Compilation
1.9 The Stop Statement
2.0 Introduction to ADO.NET
2.1 Getting Started with ADO.NET
2.2 Benefits of ADO.NET
3.0 Data Binding on Web Forms
3.1 Overview of Binding on Web Forms
3.2 Displaying Data in a DataGrid Control
3.3 Creating and Configuring a Dataset
3.4 Filling a DropDownList Control with Data

Fundamentals Phase V
1.0 Error Handling
1.1 Getting Started with Structured Exception Handling
1.2 Using Error Handling
1.3 Working with Specific Exceptions
1.4 Throwing Exceptions
1.5 Passing Error Information
1.6 Creating and Error Page
2.0 ADO.NET Connection and Command Objects
2.1 Introducing ADO.NET Connections
2.2 Providing ADO.NET Connection Infomration
2.3 Using ADO.NET Connection Objects
2.4 Updating Data Using a Command Object
3.0 Working with Data
3.1 Introducing the DataReader
3.2 Using a Data Reader to Fill a DropDownList Control
3.3 Retrieving DataSets Generically
3.4 Working with Relations in a Database

Fundamentals Phase VI
1.0 Using Stored Procedures with ADO.NET
1.1 Executing Stored Procedures
1.2 Investigating the Stored Procedures
1.3 OleDb and Stored Procedures
1.4 SqlClient and Stored Procedures
2.0 Using the DataGrid Control
2.1 Using DataGrid
2.2 Loading the Data Grid with Data
2.3 Formatting Numeric Columns
2.4 Enabling Paging
2.5 Selecting a Row
2.6 Sorting Columns
3.0 Editing Data Using the DataGrid Control
3.1 Editing Data
3.2 Adding a Hyperlink Column
3.3 Editing Data on the Detail Page
3.4 Adding Editing Support
3.5 Adding a Template Column
3.6 Adding a New Row
3.7 Deleting Rows

ASP.NET TRAINING: Advanced (Set of 6 CDs)

Advanced Phase I
1.0 Using the Repeater Control
1.1 Introduction to List-Bound Controls
1.2 How Does the Repeater Control Work?
1.3 Creating the Repeater Example
1.4 More Advanced Repeater Features
2.0 Using the DataList Control
2.1 Introducing the DataList Control
2.2 Add the Control’s Data Source
2.3 Adding the Full Item Template
2.4 Using DataList Control’s Properties
2.5 Adding the EditItem Template Section
2.6 Add Event-Handling Code

Advanced Phase II
1.0 Using Crystal Reports
1.1 Crystal Reports Overview
1.2 Creating a Report
1.3 Viewing the Report
1.4 Selecting Specific Rows
2.0 Creating User Controls
2.1 Why Create User-Defined Controls
2.2 Creating a Header Control
2.3 Creating a Navigation Control
2.4 Creating More Complex User Controls
2.5 Defining and Raising Events
3.0 Other ASP Controls
3.1 More Server Controls
3.2 The CheckBoxList and RadioButtonList Controls
3.3 The Calendar Control
3.4 The AdRotator Control
3.5 The Literal Control
3.6 The Placeholder Control

Advanced Phase III
1.0 State Management in ASP
1.1 Investigating State Management
1.2 Using the Session Object
1.3 Using Cookies
1.4 Isomg the VoewState Property
1.5 Cookieless Sessions
1.6 ASP State Service
1.7 SQL Server State Management
1.8 What’s Changed from ASP
2.0 Introduction to Web Security
2.1 Overview of Web-Based Security
2.2 Forms-Based Authentication
2.3 Supporting Authorization

Advanced Phase IV
1.0 Creating Mobile Web Applications
1.1 Reviewing the Status Quo
1.2 Introducing the Microsoft Mbile Internet Toolkit (MMIT)
1.3 How Does MMIT Work?
1.4 Creating the Sample Applications
1.5 Working with the ObjectList Control
1.6 Adding Validation Controls
2.0 Development and Deployment Techniques
2.1 Development Techniques
2.2 Deploying ASP Applications

Advanced Phase V
1.0 Introduction to XML
1.1 Why XML?
1.2 Getting Started with XML
1.3 XML Document Structure
1.4 XML Schema
2.0 Introduction to XML Web Services
2.1 Programming Across the Web
2.2 Doing XML Web Services the Hard Way
2.3 Doing XML Web Services the Easy Way
2.4 Examples of Web Services
3.0 Creating and Consuming XML Web Service
3.1 Creating a Simple XML Web Service
3.2 Consuming a Web Service
3.3 Creating a Useful Web Service

Advanced Phase VI
1.0 Consuming Web Services Asynchronously
1.1 Reviewing Web Services
1.2 Consuming a Web Service Synchronously
1.3 Consuming a Web Service Asynchronously
2.0 Securing Web Services
2.1 Securing Web Services
2.2 Windows Integrated Authentication
2.3 Windows Basic Authentication
2.4 Custom SOAP Authentication
2.5 Client Certificates
2.6 IP Address Restriction

ASP.NET TRAINING: Architecting & Deploying (Set of 3 CDs)

Architecting & Deploying Phase I
1.0 Overview
1.1 Overview of an ASP Design Pattern
1.2 Goals of a Framework
2.0 Environment Setup
2.1 Computer Setup
2.2 Developer Standards
2.3 Visual Stuido .NET Options
2.4 Project Layout
2.5 The Sample Site
3.0 Application Configuration Class
3.1 Using Web.Config
3.2 Application Object Versus Configuration Class
3.3 Creating a Configuration Class
4.0 Web Page Layout
4.1 Page Design
4.2 Frameless Web Pages
4.3 Using User Controls

Architecting Deploying Phase II
1.0 Creating a Base Page Class
1.1 User Tracking
1.2 Centralized Error Handling
2.0 Data Driven Menu System
2.1 Creating a Menu System
3.0 Other Data Grid Settings
3.1 How To Setup Page Caching
3.2 How TO Setup Sorting

Architecting & Deploying Phase III
1.0 Deployment Overview
1.1 Overview of .NET Deployment
1.2 Environments to Deploy To
1.3 What Makes Deployment so Hard?
1.4 How to Distribute the Files
1.5 A Deployment Checklist
2.0 Windows Installer 2.0
2.1 Overview of the Windows Installer
2.2 VS.NET Setup & Deployment Projects Overview
2.3 Packaging Options
2.4 Merge Modules
3.0 .NET Framework Installation
3.1 Installing the .NET Framework
3.2 The Redistributable .NET Framework
3.3 Tips & Tricks
4.0 Web Deployment
4.1 Overview of Web Deployment
4.2 XCopy Deployment
4.3 Copy Project Menu in VS.NET
4.4 Setup & Deployment Project Example
4.5 Customizing the Setup Project
4.6 Custom Actions in the Setup Project
5.0 Windows Forms Deployment
5.1 Overview of Windows Forms Deployment

Hands-on, Multimedia, and Self-paced Training

March Special!

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.

Free Newsletter

Computer Training
Videos/CD-ROMs

Product List

A to Z

Programming

Programming Home

Other Categories

Autodesk
IT Certification
Microsoft Office

Soft skills
Computer Programming

Purchase Orders

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

Customer Service
Privacy Policy
Return Policy

Reg. price: $ 899.95
Sale price: $849.95

Format