Skip to Content

Training Resources

Current Training Schedule

Class Registration Form

Get Adobe Reader

expand or collapse the menu Accessibility

expand or collapse the menu Web Development

expand or collapse the menu Adobe / Macromedia Web

expand or collapse the menu Programming

expand or collapse the menu Databases

expand or collapse the menu Professional Courses

expand or collapse the menu Adobe

expand or collapse the menu Microsoft SharePoint

expand or collapse the menu Technical

expand or collapse the menu Geographic (GIS)

expand or collapse the menu Microsoft Office

Training Resources

Current Training Schedule

Class Registration Form

Get Adobe Reader

ASP.NET Web Development with VB.NET 2005

5 day course

View Detailed Outline in PDF Format
Get Adobe Reader

In this course, you will learn how to use Visual Studio 2005 and VB.NET 2005 to build ASP.NET 2.0 Web pages and XML Web services. You'll gain an understanding of the new architecture behind ASP.NET 2.0 and how to use the new server controls. You'll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts. You will also become familiar with the debugging and tracing features in Visual Studio 2005 that help you quickly troubleshoot issues and you will learn how to take advantage of creating your own user-defined controls.

Course Topics:

(for a full detailed outline, visit our PDF link above)

Introduction to ASP.NET

  • A Review of Classic ASP
  • ASP.Net Web Applications
  • Rendering HTML with Server Controls
  • Data Binding in ASP.NET 2.0

What's New in ASP.NET 2.0

  • New Features in ASP.NET 2.0
  • Designer Features
  • Deployment and Configuration Tools
  • Increasing Productivity

Working with Controls

  • Introduction to Web Controls
  • Simple Input Controls
  • HyperLink and Button Controls
  • List Controls
  • Controlling Focus

Using Rich Server Controls

  • Introduction to Rich Controls
  • The Calendar Control
  • The AdRotator Control
  • The XML Control

Accessing Data

  • Overview of ADO.NET
  • Connecting to Data
  • Executing Commands
  • Working with Data
  • Choosing an ADO.NET Provider

Configuration

  • Configuration Overview
  • Using the Web Site Administration Tool
  • Programming Configuration Files
  • Encrypting Configuration Sections

Data Binding

  • Introducing Data Source Controls
  • Read and Write Data with SqlDataSource
  • Using Middle-Tier Data with ObjectDataSource
  • Displaying XML Data Using XmlDataSource

Validating User Input

  • Overview of ASP.NET Validation Controls
  • Using the Simple Validators
  • Using the Complex Validators
  • Using the ValidationSummary Control
  • Separating Validation into Validation Groups

Themes and Master Pages

  • Creating a Consistent Web Site
  • ASP.NET 2.0 Themes
  • Master Pages

Site Navigation

  • Providers and Data Sources
  • Creating an XML Site Map File
  • Site Navigation Controls
  • Using the Site Navigation API
  • URL Mapping
  • Security Trimming

Displaying Data with the GridView Control

  • Introducing the GridView Control
  • Filter Data in the GridView Control
  • Allow Users to Select from DropDownList in the Grid
  • Add a Hyperlink to the Grid
  • Deleting a Row and Handling Errors

Managing State

  • Preserving State in Web Applications
  • Page-Level State
  • Using Cookies to Preserve State
  • ASP.Net Session State
  • Storing Objects in Session State
  • Configuring Session State
  • Setting Up an Out-of-Process State Server
  • Storing Session State in SQL Server
  • Using Cookieless Session IDs
  • Application State

Managing Users with ASP.NET's Membership Features

  • Introduction to Membership and Roles
  • Using Membership Controls
  • Writing Code to Interact with Membership and Roles

Debugging ASP.NET Applications

  • Using the Visual Studio Debugging Features
  • Handling Errors and Redirecting Users
  • Debugging Client-Side Script
  • Debugging SQL Server Code

Tracing

  • Using Page-Level Tracing
  • Using Application-Level Tracing
  • Using Web Events
  • Viewing Information With the Web Development Helper

Creating New Controls

  • Two Kinds of User-Defined Controls
  • Creating a User Control
  • A More Complex User Control
  • Creating a Custom Control
  • Investigating the StateDropDownList Control

Improving Performance with Output Caching

  • The Importance of Caching
  • Declarative Page Output Caching
  • Caching Page Fragments
  • Post-Cache Substitution
  • Caching Configuration

Advanced Caching

  • A Review of Basic ASP.NET Caching
  • Using Code to Implement Caching
  • Caching Data Rather Than Output
  • Using Database Dependencies for Cache Expiration
  • DataSource Control Caching

Using the DataList and Repeater Controls

  • Overview of List-Bound Controls
  • Creating a Repeater Control
  • Creating a DataList Control

Creating and Consuming Web Services

  • The Motivation for XML Web Services
  • Creating an XML Web Service with Visual Studio
  • Designing XML Web Services
  • Creating Web Service Consumers
  • Discovering Web Services Using UDDI