Quick Search:


 

 
Take Learning to a Whole New Level
 

Microsoft ASP.NET 2.0 for Visual Basic 2005

Interactive Instructor Based Video Training Course

ASP.NET 2.0 for Visual Basic 2005 training will help you realise true Web application programming capabilities. ASP.NET 2.0 for Visual Basic 2005 is a course designed to encourage server side coding for ultimate performance and stability. First, lessons will cover Visual Basic 2005, ASP.NET 2.0, and previous technologies will be is taught, then leading into how to make great Web applications with ASP.NET 2.0 and Visual Basic 2005.

 

Trainer Outline Buy Options
 
Contents
- Products
- Downloads
- Pricing
- Secure Order
Buy Now

Price Guarantee
 
 

Trainer Information: Jesse Liberty
Jesse Liberty, Microsoft .NET MVP, 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 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.

About this Course
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 unorganised. 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!
 

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
  • Personalisation

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
  • Personalisation
  • 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 organised

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 Becoming Multilingual
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: Personalising the Web Site
  1.0 Preserving User Data
1.1 Preserving user choices
  • With simple types
  • With Complex types
1.2 Anonymous personalisation Migration
2.0 Personalising the look and feel
2.1 Themes and skins
  • Creating and Using: Named Skins and Personalising

 

3.0 Personalising 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
 


Note: Course outlines are subject to change.

 

Buying Options - Pricing

ASP.NET 2.0 for Visual Basic 2005 on DVD-ROM - Desktop Learning Library Edition
10 Levels (181 Lessons) Single User
10 Levels (181 Lessons) Lending License

ASP.NET 2.0 for Visual Basic Online
10 Levels (181 Lessons) Single User

 

For more information please contact the MicroWay sales team:

Head Office
MicroWay Pty Ltd
PO Box 84,
Braeside, Victoria, 3195, Australia
Ph: 1300 553 313
Fax: 1300 132 709
sales@microway.com.au

Sydney Sales Office
MicroWay Pty Ltd
PO Box 1733,
Crows Nest, NSW 1585, Australia
Tel: 1300 553 313
Fax: 1300 132 709
sales@microway.com.au

buynow2.gif (1553 bytes)


International: call +61 3 9580 1333, fax +61 3 9580 8995

 

© 1995-2012 MicroWay Pty Ltd. All Rights Reserved. Terms and Privacy Policy.