|
|
Product Highlights
This ASP.NET tutorial is designed
for .NET developers of all experience levels, and provides
extensive hands-on ASP
programming lessons, tips, and techniques
by .NET experts Alison Balter and Paul Sheriff. Alison and Paul
provide the
very best in ASP training courseware, and you'll
come up to speed on active server pages scripting quickly with
their
expert guidance.
With over 30 hours of
content-rich instruction, you'll learn everything
from basics through advanced topics, as well as
architecting and deploying.
Over 30 hours of
running time, covering 230 topics including...
- .NET framework
- Crystal
Reports
- XML
- Deploying
This course is a
complete set of all the ASP.NET courses: ASP.NET
Basics, ASP.NET Advanced, and
Architecting & Deploying
ASP.NET
- 6 CDs-Basics
- 6
CDs-Advanced
- 3
CDs-Architecting & Deploying
- Exclusive
Printed Courseware
- Reference Text
- 5-user License
Video
Advantage
Compared with conferences or training
seminars, videos let you control the time, place, and pace of your training.
No
need to dedicate days away from the office to get the training you need.
You set your own pace
of learning, and if you
don't get it the first time, simply rewind and play it again!
With additional
courseware available separately, you can easily re-use the videos to train
your entire development
team or every new hire!
Satisfaction Guarantee
Like all FMS products, we're sure you'll
be satisfied and offer a 30 day money back guarantee.

What's
on the CD-Rom?
Instructor: Alison Balter & Paul Sheriff
Courseware: Paul Sheriff
Running Time: Approximately 30 hours
Includes: 15 CDs and 2 printed courseware manuals.
ASP.NET Basics 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 the .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
|
ASP.NET Basics 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 |
ASP.NET Basics 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 the RequuredFieldValidator Control
2.3 Using the RangeValidator Control
2.4 Using the RegularExpressionValidator Control
2.5 Using the CustomValidator Control
2.6 Using the ValidationSummary Control
2.7 Using the CompareValidatorControl
|
ASP.NET Basics 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
|
ASP.NET Basics 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 Information
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
|
ASP.NET Basics 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 the 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 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 the DataList Control's Properties
2.5 Adding the EditItem Template Section
2.6 Add Event-Handling Code
|
ASP.NET 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.NET 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
|
ASP.NET Advanced Phase III
1.0 State Management in ASP.NET
1.1 Investigating State Management
1.2 Using the Session Object
1.3 Using Cookies
1.4 Isomg the VoewState Property
1.5 Cokkieless Sessions
1.6 ASP.NET 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
|
ASP.NET 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.NET Applications
|
ASP.NET 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 Services
3.1 Creating a Simple XML Web Services
3.2 Consuming a Web Service
3.3 Creating a Useful Web Service
|
ASP.NET 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
|
Architecting & Deploying
Phase I
1.0 Overview
1.1 Overview of an ASP.NET Design Pattern
1.2 Goals of a Framework
2.0 Environment Setup
2.1 Computer Setup
2.2 Developer Standards
2.3 Visual Studio .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
|
|
*Identical
Course Outline Used in
.NET
PROGRAMMER'S BUNDLE and
DELUXE .NET PROGRAMMER'S BUNDLE

Pricing
and Availability
Special
Introductory Pricing - Over 25% Off!
|
Complete ASP.NET Training
|
Regular Price |
Special
Introductory Price |
| Single Copy of
CD and Courseware |
$1199.95 |
$849.00 |
The
Microsoft Access 2003 Professional Training is available now. Take this
opportunity to invest in yourself!
Includes a 30-day money back guarantee!
Click here to order

|