Microsoft ASP.NET 2.0 for Visual Basic 2005 Training Course

Order Online or call 1-888-831-HELP (4357)
Home | Cart | Search | Returns | Pmt Options | Order Status | Contact Us

Microsoft ASP.NET 2.0 for Visual Basic 2005 Training Course

Review This Product




Includes:

About the instructor: Jesse Liberty is the best-selling author of O’Reilly Media’s Programming ASP.NET, Programming C#, Programming VB2005, and more than a dozen other books. He is the president of Liberty Associates, Inc., where he provides contract programming, consulting, and on-site training. Jesse is a frequent contributor to many industry publications and websites, and has spoken at numerous industry events. He is a former Distinguished Software Engineer at AT&T and Vice President for technology development at CitiBank.


Microsoft ASP.NET 2.0 for Visual Basic 2005 Training Course

  Share

FREE GROUND SHIPPING
ON ORDERS OVER $169.

ASP.NET 2.0 for Visual Basic 2005 is designed to help you excel far beyond the competition of other programmers. A thorough explanation of ASP.NET 2.0 for Visual Basic 2005 is first given with particular emphasis on Visual Basic 2005. Jessie Liberty will teach you how programming with ASP.NET 2.0 for Visual Basic 2005 can improve your Web site’s power, security, and functionality. In addition, tailoring the graphical interface will also be discussed. Web sites often fall short in retaining visitors and customers because their graphical interface may be too complicated or unorganized. ASP.NET 2.0 for Visual Basic 2005 will teach you how to use the correct tools to create an effective graphical interface. Forms, arrays, and linking data are also important lessons that will be learned in ASP.NET 2.0 for Visual Basic 2005. The data that is gathered and bound in Web applications can be complicated without correct training. Jessie Liberty’s expertise will guide you through ASP.NET 2.0 for Visual Basic 2005 and on to success! Instructor

Microsoft ASP.NET 2.0 for Visual Basic 2005 Training Course - Single User
DVD ROM
Product# K40000-ASP05
Price: $479.00
Today's Price: $380.99



You Save $98.01
20% Savings!

Allow 7-10 days for Delivery

See detailed outline below.

All prices reflect Single User Licenses. Multi User Licenses with the ability to install on a network are available for these products. Call 888-831-4357 for a personalized quote.

Course Highlights

  • Realize true web application programming capabilities
  • Work with Visual Basic 2005 and ASP.NET 2.0 – learning both to create powerful web applications
  • Use server side coding for ultimate performance and stability
  • Conduct fundamental programming elements like variable, constants, and more
  • Improve your website’s power, security, and functionality

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 1: Introduction

  • 1.0 About this course
  • 1.1 What we’ll cover – slide show
    • Making the Transition
    • Generic Collections
    • Object Oriented Programming
    • Visual Basic 2005 and C#
    • Advantages of ASP.NET 2.0
    • Data
    • Security
    • Personalization
  • 1.2 Getting Ready
    • Software
    • Hardware
    • Where to get Support
    • Affiliations and Disclaimers
  • 2.0 Taking a glimpse at what is to come
  • 2.1 Quick review of projects
    • Creating a First Project
    • Relational Operators
    • Generic Collections
    • Creating Applications
    • Data Manipulation
    • Web Form Security
    • Personalization
    • Web Parts
    • Navigation & Master pages

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 2: VB Fundamentals

  • 1.0 About transitioning to VB 2005
  • 1.1 Where are the challenges
  • 1.2 Feel free to skip what you know
  • 1.3 How the material is organized
  • 2.0 Language Elements
  • 2.1 Types
    • Numeric Types
    • Non-numeric Types: String and Boolean
    • User Defined Types
  • 2.2 Fundamental programming elements
    • variables
    • constants
    • statements
    • White Space
    • Comments
  • 3.0 Branching and Iteration
  • 3.1 Unconditional branching
    • Method Calls
    • Goto
    • Exceptions
  • 3.2 Conditional Branching
    • If…Then
    • Else
    • Elseif
    • Select … Case
  • 3.3 Iteration
    • While
    • Do while .. Loop
    • Do Until .. Loop
    • For
    • Breaking Out of a Loop
  • 4.0 Operators
  • 4.1 Arithmetic operators
    • +, -, *, / ,\
    • Mod
  • 4.2 Relational operators
  • 4.3 Logical Operators and Operator Precedence
    • Logical Operators
    • Operator Precedence

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 3: Collections and Generics

  • 1.0 Arrays
  • 1.1 Simple Arrays
    • Declaring Arrays
    • Default Values
    • Accessing Array Elements
    • For Each
  • 1.2 Multi-dimensional arrays
    • Rectangular Arrays
    • Jagged Arrays
  • 2.0 Generics
  • 2.1 What are generics?
    • Disadvantages of Arrays
    • Non Generic Classes are not Type Safe
    • Generic Classes are Type Safe
    • Advantages of Type Safe
  • 2.2 Sorted Generic Lists
    • Using Integers
    • Using Strings
    • Not Using User-Defined Types
  • 2.3 Generic Framework Collections
    • Generic Queues
    • Generic Stacks
    • Generic Dictionaries

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 4: Creating Web Applications

  • 1.0 Creating Web Applications
  • 1.1 Web App Essentials
    • Creating Your First Web Application
    • Web Forms – Dragging Controls onto Forms
    • Three Types of Controls
    • Server Side Processing
  • 1.2 Events
    • Creating Event Handlers
    • Event Handler Parameters

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 5: Controls In Depth

  • 1.0 Forms
  • 1.1 Forms and controls
    • Purpose of the Form
    • Showing the Finished Product
    • Building the Upper Third
  • 1.2 Code
    • Code Behind
  • 2.0 BecomingMultilingual
  • 2.1 Porting to C#
    • Create New C# Web App
    • Copy the Controls
    • Port the Code to C#

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 6: Advanced Controls (back in VB 2005)

  • 1.0 ASP Special Controls
  • 1.1 Adding powerful controls to your page
    • Multiline Text Box
    • Calendar
    • Radio Buttons
    • Ad Rotator
    • Completed Order Summary
    • Completing the Page and All Functionality
  • 2.0 Validating input
  • 2.1 Validation controls
    • Required Field
    • Summary Control
    • Compare Validation
    • Checking the Input Type
    • Comparing to a Value or a Control
    • Range Checking
    • Validating with Regular Expressions
    • Custom Validation
  • 3.0 State
  • 3.1 State objects

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 7: Data

  • 1.0 Linking Data to your form
  • 1.1 Displaying Data in the form
    • IsPostBack
    • Postback vs. Non-Post Back Controls
    • Getting Data From a DB
    • Data Connections
    • Data Source Controls
    • Binding Data with Drag and Drop
  • 1.2 Updating Data
    • Updating from Form
    • Using Data Set
    • Data Grid
  • 1.3 Updating Grid – In Place Editing
    • Using Update Button
    • Automatic Creation of CRUD

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 8: Security

  • 1.0 Web form security
  • 1.1 Implementing web-form security
    • Creating the Database
    • Wiring up web.config
    • Using the WAT
    • Creating an Application
    • Creating Forms
  • 1.2 Role-based security
    • Creating Roles
    • Creating Roles Programmatically
    • Restricting Access

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 9: Personalizing the Web Site

  • 1.0 Preserving User Data
  • 1.1 Preserving user choices
    • With simple types
    • With Complex types
  • 1.2 Anonymous personalization Migration
  • 2.0 Personalizing the look and feel
  • 2.1 Themes and skins
    • Creating and Using: Named Skins and Personalizing
  • 3.0 Personalizing Layout
  • 3.1 Web parts
    • Creating Zones
    • Moving Content
    • Editing Content
    • Choosing from a Catalog

Microsoft ASP.NET 2.0 for Visual Basic 2005: Level 10: Managing Large Sites

  • 1.0 Uniform Look and feel
  • 1.1 Master Pages
    • Nesting Master Pages
    • Dynamically Editing the Master
  • 2.0 Navigating large sites
  • 2.1 Maps, Trees and Crumbs
    • Creating the XML Sitemap
    • Site Map and Master Pages
    • Populating on Demand
    • Breadcrumbs


???? Questions ????

If you have any questions about this product, please contact us now! We have 3 easy methods of contact. Please pick the method you feel most comfortable using.

  • Online Chat Support: If a Customer Service Representative is online, you will see a chat link somewhere on this page. Just click on the link and you will be connected to one of our representatives.
  • Telephone Support:Our toll-free number is 888.831.4357.
  • E-Mail: Click here to send us an email.

    Whatever method you choose, we enjoy answering your questions and hearing your feedback.




  • Related Products

    Microsoft ADO.NET2.0 Training Course Microsoft ADO.NET2.0 Training Course

    This Microsoft ADO.NET 2.0 Training Course provides development professionals with an introduction to working with Microsoft ADO.NET. In this course, you’ll get started right away building your first application using drag and drop WinForms. You’ll then move on to build subsequent applications learning ADO.NET features as you build.

    More
    Information...



     

    Computer Training | Adult Education | Infant | ToddlerPrimarySecondary
    Home | Return Policy | Order Status
    Phone: 888.831.4357   Local:719.495.5191   Fax: 719.358.2060
    Copyright© 2000-2009 - Forward Innovations, Inc. - All Rights Reserved