Developing Microsoft ASP.NET 2.0 Web Applications Using VB 2005 Training Course

CBT Training IT Training Courses & Microsoft Training Courses
 
             

Developing Microsoft ASP.NET 2.0 Web Applications Using VB 2005 Training Course

[to previous page]   [other products in "Programming"]
  Developing Microsoft ASP.NET 2.0 Web Applications Using VB 2005 Training Course or a generic image.
 
Product:

Developing Microsoft ASP.NET 2.0 Web Applications Using VB 2005 Training Course

Price:
excl. VAT
  on CD - Single User Lic.    £463.00  Sorry, NOT available online.
Please CONTACT US.
  on CD - Lending Lib. Lic.    £926.00  Sorry, NOT available online.
Please CONTACT US.
 

 

Developing ASP.NET 2.0 Web Apps Using VB 2005 Training Package Includes

  • 13 CD-ROMs featuring live instructor-led classroom sessions with full audio, video and demonstration components
  • Printable courseware
  • Sample Codes
  • Step-by-step hands-on-labs
  • Comprehensive, understandable, and reusable as reference material
  • Focused on practical solutions to real-world development problems

Course Introduction

Schedule our instructor led classroom training at your convenience and never miss another lecture or fall behind. You are in complete control. We invited the Best Microsoft Certified Trainers in the industry to help us develop the ultimate training & certification program which includes everything you will need to fully prepare for and succeed in the workplace.

The release of Visual Studio 2005 and the .NET Framework 2.0 will make strides in all dimensions of application development. First, Visual Studio 2005 will set a new bar for developer productivity by tailoring the software development experience to the needs of the individual developer. This "personalized productivity" will deliver features across the development environment and .NET Framework class libraries to help developers overcome their most pressing challenges in minimal time. Second, Visual Studio 2005 will enable developers to apply existing skills across a broader range of application development scenarios through improved integration with the Microsoft Office System and SQL Server 2005.
 

Bill Hatfield

PRESENTER - Bill Hatfield

Bill Hatfield - Visual Studio.NET 2005 Trainer (MCT, MCSD.NET, CPD, CPI). Bill is an internationally best-selling author of books on Internet, intranet and client/server technologies. Bill has 13 years experience in the software development industry. 11 of those years in consulting as architect/developer on Internet and client/server technologies, including 6 years of experience as a professional corporate instructor. Bill is the Bestselling author of five books on Internet and client/server development. He specialized at consulting engagement, project-management, Architectural design and Object-Oriented Analysis/Design. He is a Microsoft Certified Trainer (MCT) for Visual Basic, Certified PowerBuilder Developer (CPD) and Certified Powersoft Instructor (CPI). He is also the editor of Visual Studio .NET Developer, a monthly technical journal from Pinnacle. He's an experienced corporate trainer and works in Indianapolis, IN where he also co-founded the local .NET group, the Indianapolis .NET Developers Association.


List of Course Features


Developing ASP.NET 2.0 Web Apps Using VB 2005 Course Contents
 

 

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


Top of page

Similar    
Products:
Developing Microsoft ASP.NET 2.0 Web Applications Using C# 2005
Developing Windows-based Apps with Visual C#.NET 2005 Training Course
Developing Windows-based Apps with VB.NET 2005 Training Course

2Gb USB 2.0 Flash Drive on Special Offer.

Quick Links
 ***Special offers ***
 Bookmark this Site
 CBT Courses
 Demo's/Intro's (new)
 eBooks
 LMS (Enterprise)
 Recent Additions
 Top 20 List
 MCSE 2003 Courses
 Terms & Conditions
RCS Newsletter
*Verify: 1086557

Paypal, Verified By Visa, Mastercard SecureCode, Cheques or Invoice

Our Customers

excellent:
"The CBT product is easy to use and an excellent combination of reading material, video on CD and interactive labs. "
thank you :
"Thank you! i have received the complete order today.
thank you for your swift service and i hope to be in touch soon with regards further training.
Once again thank you very much"
glad:
"I am glad to report that the CBT packages arrived successfully.
I really appreciate all the help and assistance you gave me since my initial enquiry with yourselves"

More testimonials
IT Training
Settings/Tips/Tricks
Computer Articles

Biodiesel Energy
PPE Safety Equipment
Learn English Language

Copyright 2002-2010 RCS Limited. All rights reserved. More ...
RCS Limited for home study/ self study/home learning/CBT/Computer Based Training SSL