Complete the form below to request a quote for
Developing Microsoft ASP.NET 2.0 Web Apps - Instructor: Bill Hatfield

Name is required

Company is required


Phone is required

Select type

Select size

Tell us about your objectives

           
Code:
         INVALID CODE!

Developing Microsoft ASP.NET 2.0 Web Apps - Instructor: Bill Hatfield

Developing Microsoft ASP.NET 2.0 Web Apps - Instructor: Bill Hatfield

Online Delivery
$695
$595

DVD-ROM Delivery
$695
$595

DVD Lending License
$1738
$1488

Online Delivery License
    Add LearningZone Live Mentor for $50.  
($695 Value!)

COURSE OVERVIEW

The launch of Visual Studio 2005 and the .NET Framework 2.0 has simplified and improved the process of developing applications. Visual Studio 2005 has simplified application development by making it possible for developers to individually tailor the development of software. This productive process transfers features across development settings and the .NET Framework to enable developers to overcome difficult challenges in short periods of time. Likewise, Visual Studio 2005 makes it possible for developers to utilize existing skills for a range of application development situations since it is more fully integrated with Microsoft's SQL Server 2005 and its Office System.

PACKAGE INCLUDES

  • 3 DVDs with trainer demonstrations, video lectures, and audio
  • Printable study and course materials 
  • Sample codes
  • Interactive Labs Try out one of our labs...
  • Exclusive LearningZone Live Mentor Click for Details ($695 Value)
    Receive support whenever it's needed! Exclusive LearningZone - Chat online with certified trainers 24/7
  • We teach practical solutions to everyday development problems
  • Comprehensive, easy to understand, and reusable as a study guide 
  • 1 Year Upgrade for Free 

YOUR INSTRUCTOR

Bill Hatfield

Bill Hatfield - Visual Studio.NET 2005 Trainer (MCT, MCSD.NET, CPD, CPI)
Bill is a world renowned best-selling writer of 5 books about server/client, intranet, and Internet technologies. He has spent more than 13 years specializing in software development. During part of his career, Bill has consulted companies about server/client technologies, the Internet, and architect and software development issues. He has also worked as a corporate trainer. Bill has also consulted with companies about architectural design, project management, and object-oriented design and evaluation. He is certified as a Microsoft Certified Trainer (MCT), Certified Powersoft Instructor (CPI), and Certified PowerBuilder Developer (CPD). Additionally, Bill edits a technical journal published by Pinnacle called the Visual Studio .NET Developer, published once a month. He has years of experience in corporate training, and he currently resides in Indianapolis, IN where he co-founded a local .NET association known as the Indianapolis .NET Developers Association.

FEATURES

  • Main Menu
    The organized and effective structure enables users to browse through hours of comprehensive content rapidly and with ease.
  • PowerPoint
    PowerPoint presentations improve instruction by displaying all types of information for users. They can better comprehend material by viewing graphs, definitions, charts, etc.
  • Exclusive Learning Zone
    Train anywhere in the world at any time. Certified online instructors are situated at international support centers in the United States, United Kingdom, Australia, and Singapore to offer support and answer technology-related questions 24 hours a day. In other words, no matter where you live, you can communicate with specialists at any time. This level of interaction between instructors and students makes it possible for students to get answers to specific questions at their convenience.
  • Controls
    Move ahead, review, or repeat previous topics and sections. A progress bar monitors progress as you complete exercises.                          
  • Full Motion Video
    Every course offers full-motion videos of classroom instruction. It's as if you're sitting in a classroom. Our one of a kind delivery mimics a one-on-one classroom setting for more personalized educational experiences.
  • Study Guides
    Users can print entire course study guides, permitting them to view and review course material at their convenience.
  • Review Exercises
    Every section contains a review quiz to assist and enhance learning by testing whether students comprehend course concepts before moving forward.
  • Resume
    Every course resumes where you finished during the previous session in case you forget where you stopped.
  • Live Demonstrations
    Instructors provide live and "hands on" demonstrations to explain and show users how to complete tasks. This enables users to witness professionals perform everyday tasks in real world settings as often as they like.
  • Labs
    This course offers interactive labs, making it possible for students to obtain hands-on learning. This setting enables you to use the software without buying it or installing it on a computer.
  • Certificate of Completion
    We are internationally recognized for our technology-centered IT training programs. Once you finish a program, you'll receive a Certificate of Completion.

COURSE OUTLINE

 

Module 1
ASP.NET 2.0 Web Applications
Exploring Visual Studio 2005
Launching the Application
The Primary Window
Solution Explorer
Toolbox Window
Web Form
Properties Window
Server Explorer
Error List
Toolbar
New Features in Visual Studio 2005
Common Taskbar
Intellisense Everywhere
Tag Navigation
Create Virtual Directories
Open a Site Via FTP & Refactoring
Inserting a Table
Built-In Test Server & Website Publisher
Creating a New Web Application
Lab - New Website
Demo - Using Visual Studio 2005
Demo - Simple UI and Event Procedure
Demo - Error List
Module 1 Review
Module 2
.NET and ASP.NET 2.0 Overview
What is the .NET Framework?
What is the CLR
Managed Code: Type Safety
Managed Code: Garbage Collection
Managed Code: Security
Managed Code: Languages Neutrality
Managed Code: Multi-Language Projects
Managed Code: XCopy Deployment
Potential Cross-Platform Deployment
The Class Library
Class Library: Namespaces
ASP.NET Overview
Demo - View Source
Module 2 Review
Module 3
Object-Oriented Programming C# 2005
Understanding Classes and Objects
Demo - Creating and Using a Class
Lab - Add Class
Encapsulation and Abstraction
Understanding Inheritance
Demo - Inheritance
Understanding Interfaces
New Feature: Generics
Demo - Creating Generic Lists
Demo - Searching an ArrayList
New Feature: Partial Classes
Demo - Partial Classes
Module 3 Review
Sample Code
Module 4
A Closer Look at Pages and Controls
The Page
The Server Form
Lab - Set Form Defaults
Server Controls
Object Sender & EventArgs
Modifying Properties
Page_Load and IsPostBack
Demo - Using IsPostBack
Page Variables and ViewState
Demo - Using ViewState
Module 4 Review
Sample Code
Module 5
Managing State in a Web Application
What is a Web Application?
Creating New Pages
Demo - Copy Page/Rename Problem
Invoking a New Page
Understanding AutoPostBack
Demo - DropDownList’s AutoPostBack
Session and Application Variables
Session State
Alternatives to Using Session State
Demo - Application/Session Variables
QueryString
Demo - Default/Category Pages
Cookies
Demo - Cookie Storage and Retrieval
Global Application Class
Module 5 Review
Lab Instructions - Code Lab
Lab - Code Lab
Sample Code
Module 6
Server Control Sampler
Common Control Properties
Navigation Controls
Container Controls
Other Cool Controls
List Controls
Demo - List Controls
Demo - Using MultiView to Create Tabs
Demo - Using FileUpload
Demo - Calendar Control
Validation Controls
Demo - Validation Controls
HTML Controls
Demo - HTML Form Conversion
Creating Your Own Controls
Demo - Creating an Add-Item Listbox
Demo - Creating a Die User Control
Module 6 Review
Lab Instructions - Code Lab
Lab - Code Lab
Sample Code
Module 7
Database Access & Update
Data Sources
The SqlDataSource
Advanced SqlDataSource Properties
Data Binding
The GridView
Specifying Parameters
Demo - Categories Database Retrieval
Lab - Database Retrieve
Demo - Categories Sorting and Paging
Demo - Categories Filtering Data
Demo - Linking to a Details Page
Demo - Details Insert/Update/Delete
The Details View
Demo - Master/Detail Page
Module 7 Review
Sample Code
Module 8
Creating Components and Web Services
What is a .NET component?
Private & Public Assemblies
Demo - Creating a Math Function Library
What’s a Web Service?
Web Service Applications
Creating a Web Service
Demo - Creating a Web Service
Calling a Web Service
Demo - Calling a Web Service
Module 8 Review
Lab Instructions - Code Lab
Lab - Code Lab
Sample Code
Module 9
ASP.NET 2.0 Advanced User Interface
What’s a Theme?
Global vs. Local Themes
Specifying Themes
Creating Themes
Demo - Creating Themes and Skins
What’s a Master Page?
How a Master Page Works
Master Page and Content Pages
Building the Master Page
Building the Content Page
Making the Master Connection
Important Points
Demo - Master Page and Content Page
What is a Portal?
ASP.NET 2.0 Web Parts
Web Parts Server Controls
Web Parts Page Setup Example
Demo - Simple Web Parts Application
Module 9 Review
Lab Instructions - Code Lab
Lab - Code Lab
Sample Code
Module 10
Caching and Configuration
What is Caching and Why do it?
The Cache Object
Procedure for Using the Cache Object
Page Caching
Demo - The Cache Object
Demo - Page Caching
The Priority of Configuration Files
Basic Structure and Common Elements
Options for Configuration Setting
Demo - Configuration
Module 10 Review
Lab - Configure Application Settings
Sample Code
Module 11
ASP.NET 2.0 Security
.NET Security Approaches
Code Based Security
ASP.NET Authentication Modes
Authorization
Lab - Configuring Authorization
Login Controls
List of Login Controls
Module 11 Review
Sample Code
Module 12
Error Handling
Error Handling Approaches
Structured Exception Handling
FileStream Class Example
The Catch Section
Throwing Your Own Exceptions
Exception Handling Best Practices
When Not To Use Try/Catch
Try/Catch: In General
Demo - Exception Handling
Coding Error Events
Error Event Handling Procedure
Custom Error Pages
Demo - Custom Error Pages
Module 12 Review
Lab Instructions - Code Lab
Lab - Code Lab
Sample Code
Module 13
Deployment and Tracing
Deployment Options
Copy Web Tool
Demo - Copy Web Tool
Publish Web Utility
Demo - Publish Web Utility
Which Should You Use?
Tracing Overview
Tracing Methods
Tracing Status
Trace Output
Demo - Tracing Methods
Lab - Tracing
Course Closure      



Product Code: MS-NET20-ASPNET