PrintE-mail

Developing ASP .NET 2.0 Web Apps Using VB 2005

 
Developing ASP .NET 2.0 Web Apps Using VB 2005
View Full-Size Image



Developing ASP .NET 2.0 Web Apps Using VB 2005 Online $795.00  $695.00

:

Developing ASP .NET 2.0 Web Apps Using VB 2005 DVD CBT $795.00  $695.00

:



Developing ASP .NET 2.0 Web Applications using Visual Basic 2005


With the release of the .NET Framework 2.0 and Visual Studio 2005, great strides in all dimensions of application development are expected to be made. Visual Studio 2005 is expected to set a new standard for development efficiency by making sure the software development experience is set according to the needs of the individual developer. This will help developers conquer critical situations by creating a personalized productivity in delivering features across the development environment and .Net Framework class libraries in minimal time. Visual Studio 2005 will also allow developers to use existing skills along a wide range of application development scenarios through enhanced integration with the Microsoft Office System and SQL Server 2005.

Schedule superior instructor led training according to your needs and availability; you are in the drivers seat. This training video from Logical Security features the finest Microsoft Certified Instructors in the industry. This online training package includes everything you will need to fully prepare for and pass your certification exams.

Package Includes

  • The Online course features live instructor-led classroom sessions with full audio, video and demonstration components
  • Printable courseware
  • Sample codes
  • Step-by-step hands-on-labs Try out one of our labs...*
  • Exclusive LearningZone Live Mentor Click for Details (Value at $195) Help Whenever you need it! Exclusive LearningZone - Chat Live with our Certified Instructors anytime around the clock (7x24)
  • Focused on practical solutions to real-world development problems
  • Comprehensive, understandable, and reusable as reference material
  • Free 1 Year Upgrade Policy
  • *This product options are only available in the DVD/CD CBT format and not available in the On-Line Delivery.

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.

Course Features

Main Menu
Move through hours of in-depth content, quickly and easily due to the efficient and organized structure.
PowerPoint
Utilizing PowerPoint presentations enhances the delivery by displaying a variety of visual information to the user. This type of representation allows the user to better interpret the material through charts, definitions, graphs, and more...
Exclusive Learning Zone
Train around the clock, around the world. Our certified online instructors are located at global support centers in the U.S., U.K., Australia, and Singapore to provide real-time answers to technology and soft-skill-related questions 24x7. This means access to a live subject matter expert no matter where you are, day or night. This level of student/instructor interaction provides real-time training specific support and extends training beyond content and instructor-led solutions by providing flexibility to accommodate individual needs and schedules.
Controls
Move forward, back, and repeat entire topics or just a section. A progress bar illuminates as you advance through exercises.
Full Motion Video
All courses feature full-motion videos of instructors teaching the information as if they are speaking directly to you. Our unique delivery simulates a one-on-one classroom environment creating a more personal lesson and learning experience.
Study Guides
Printable study guides for the entire course are available. This allows all material to be viewed, reviewed, and printed for viewing at a later date.
Review Exercises
Each section has a review quiz to aid in the learning process by validating the comprehension of the material covered before moving on to a new section.
Resume
All courses are resumed to where you left off last session allowing you to learn when it is convenient for you without the hassle of remembering where you were.
Microsoft Authorized Practice Exams
Logical Security includes Authorized Practice Exams from Microsoft Certified Practice Test Provider; MeasureUp to fully prepare you for the certification exams. Because many companies offer training and practice tests, the Microsoft MCP program has designated MeasureUp as a certified test provider to help IT candidates select the highest quality products and services. Microsoft performs quality reviews on all Practice Test Provider, and only approved practice test vendors bear the Microsoft Certified Practice Test Provider logo.
Live Demonstrations
Demonstrations are a way for the instructor to show and tell the user how to perform a task by actually doing it on screen in front of them. In this format it gives the user the power to see things done by a professional in the intended environment as many times as they would like.
Labs
This course features cutting-edge, interactive labs, which provide a hands-on learning experience. This environment allows you to interact with the software with out the need for purchasing it or having it installed on your computer.

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 VB 2005

  • Understanding Classes and Objects
  • Encapsulation and Abstraction
  • Understanding Inheritance
  • Understanding Interfaces
  • Benefits and Downsides to Inheritance
  • Data Structures
  • Generics
  • Partial Classes
  • Demo - Creating and Using a Class
  • Lab - Adding a Class to your Website
  • Demo - Inheritance
  • Demo - Adding an Interface
  • Demo - Searching an ArrayList
  • Demo - Creating a Type-Specific List
  • 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




You may also be interested in this/these product(s)

ASP .NET Training Suite for Visual Basic Developers
ASP .NET Training Suite for Visual Basic Developers
$1,495.00
$1,195.00
You Save: $300.00
Developing XML Web Services Using Microsoft ASP .NET Concentration in Visual Basic .NET
Developing XML Web Services Using Microsoft ASP .NET Concentration in Visual Basic .NET
$495.00


Last Updated: Friday, 30 July 2010 18:12
RocketTheme Joomla Templates