ASP.NET, VB.NET, and C# Training Classes     
USACanada UK Ireland International
1 877 849 1850   0808 234 2132   1 800 550 311   +1 678 648 3113
  Home   Contact Us
ASP.NET Training * VB.NET Training * C# Training * .NET 3.5 Training * ASP Training * ASP.NET AJAX Training
Visual Basic and VBA Training * Microsoft Expression Training *VS 2005 Tools for Office Training
SharePoint Training *Silverlight Training * SQL Server Training * Live Online Training


 * Introduction to WF with VB.NET
 * Introduction to WPF with VB.NET
 * Introduction to WCF with VB.NET
 * Introduction to VB.NET 2.0
 * Beginning ASP.NET with VB.NET Training
 * Building Web Services with VB.NET
 * ADO.NET 2.0 Using VB.NET 2005
 * .NET Remoting using VB.NET 2005



Please contact us
for GSA pricing.

GSA

Contract #
GS-35F-0307T

Complimentary ASP.NET Training Seminar

Organizations in the Atlanta, Georgia area are encouraged to contact Accelebrate® about having a complimentary, one-hour ASP.NET seminar delivered for their developers. Contact us today for more information.



Recent Training Venues

Accelebrate has recently trained for clients in the following cities:

  • Huntsville, Alabama
  • Montgomery / Birmingham, Alabama
  • Anchorage, Alaska
  • Calgary, Alberta
  • Phoenix, Arizona
  • Fayetteville / Little Rock, Arkansas
  • Oakland / San Jose / San Francisco, California
  • Oceanside / San Diego, California
  • Pasadena / Orange County / Los Angeles, California
  • San Bernardino / Riverside, California
  • Boulder / Colorado Springs / Denver, Colorado
  • Washington, DC
  • Wilmington, Delaware
  • Manchester / London, England
  • DeLand / Orlando, Florida
  • Fort Lauderdale / Miami, Florida
  • Gainesville / Jacksonville, Florida
  • Saint Petersburg / Tampa, Florida
  • Titusville & Melbourne, Florida
  • Alpharetta & Atlanta, Georgia
  • Augusta & Savannah, Georgia
  • Macon & Columbus, Georgia
  • Bloomington, Illinois
  • Chicago, Illinois
  • Indianapolis, Indiana
  • Cedar Rapids / Des Moines, Iowa
  • Dublin, Ireland
  • Kingston, Jamaica
  • Wichita, Kansas
  • Paducah / Lexington / Louisville, Kentucky
  • Baton Rouge, Louisiana
  • Valletta, Malta
  • Hagerstown & Frederick, Maryland
  • Greenbelt / Silver Spring / Baltimore, Maryland
  • Boston / Cambridge, Massachusetts
  • Hartford, Connecticut / Springfield, Massachusetts
  • Taunton, Massachusetts / Providence, Rhode Island
  • Ann Arbor / Farmington Hills / Detroit, Michigan
  • Grand Rapids, Michigan
  • Lansing, Michigan
  • Saginaw / Flint / Bay City / Midland, Michigan
  • Saint Paul / Minneapolis, Minnesota
  • Jackson, Mississippi
  • Gulfport / Biloxi, Mississippi
  • Whiteman Air Force Base / Kansas City, Missouri
  • Reno and Las Vegas, Nevada
  • Santa Fe / Albuquerque, New Mexico
  • Newark, New Jersey
  • Princeton, New Jersey & Philadelphia, Pennsylvania
  • White Plains / New York City, New York
  • Charlotte, North Carolina
  • Durham / Raleigh, North Carolina
  • Bowling Green / Toledo, Ohio
  • Cincinnati, Ohio
  • Cleveland & Columbus, Ohio
  • Tulsa / Oklahoma City, Oklahoma
  • Toronto, Ontario
  • Portland, Oregon
  • Pittsburgh, Pennsylvania
  • Providence, Rhode Island
  • Edinburgh / Glasgow, Scotland
  • Columbia & Charleston, South Carolina
  • Memphis / Jackson / Nashville, Tennessee
  • College Station and Houston, Texas
  • El Paso, Texas / Ciudad Juarez, Mexico
  • San Antonio / Austin, Texas
  • Wichita Falls & Dallas, Texas
  • Ogden / Salt Lake City, Utah
  • Burlington, Vermont
  • Fairfax / Dulles / McLean / Herndon / Reston, Virginia
  • Richmond / Alexandria / Arlington, Virginia
  • Virginia Beach / Norfolk, Virginia
  • Tacoma / Seattle, Washington
  • Madison / Milwaukee, Wisconsin

 

VB.NET Training: Building Windows Applications

Print This Outline
E-mail This Outline
Get A Quote
Course Number: 120
Duration: 5 days
view class outline

Looking for Building Windows Applications with VB.NET 2005 for .NET 2.0?

VB.NET Training Overview

Accelebrate's Building Windows Applications with VB.NET training class teaches experienced developers the VB.NET, ADO.NET, and Visual Studio .NET skills they need to successfully build database-driven Windows applications and services.

Location and Pricing

Most Accelebrate courses are taught on-site at our clients' locations worldwide for groups of 3 or more attendees and are customized to their specific needs. Please visit our client list to see organizations for whom we have recently delivered training. To receive a customized proposal and price quote, please contact us.

In addition, some courses are available as live, online classes for individuals.  To see a schedule of online courses, please visit http://www.accelebrate.com/online_training/microsoft.htm.

VB.NET Training Prerequisites

At least one year of consistent object-oriented or object-based development experience in Java, C++, Visual Basic, or another modern object-oriented or object-based language.  In addition, all VB.NET training attendees should know the basics of SQL and relational databases.

Hands-on/Lecture Ratio

This VB.NET training class is 70% hands-on, 30% lecture, with the longest lecture segments lasting for 15-20 minutes.

VB.NET Training Materials

All VB.NET training students receive a copy of Que's Developing and Implementing Windows-Based Applications with Visual Basic .NET and Visual Studio .NET, which is used as the instructional guide for the course.

Software Needed on Each Student PC

  • Windows 2000, Windows XP, Windows Vista, or Windows Server 2003
  • Internet Information Services 5 or later
  • SQL Server 2000 or MSDE
  • .NET Framework Distributable 1.0 SP2 or later installed, with ASP.NET functionality tested
  • Internet Explorer 5.5 or later (6.0 or later preferred
  • Visual Studio .NET 2003 or 2002
  • If running Visual Studio .NET 2002, the Visual Studio .NET Data Loss Fix (downloadable from http://msdn.microsoft.com/vstudio/downloads/
    updates/datalossifx.asp
    ) installed
  • A minimum of 512 MB RAM; 640 MB RAM or higher is strongly preferred

VB.NET Training Objectives

  • To fully familiarize students with the architecture of the .NET Framework, as well as the use of the core classes for building, debugging, and deploying Windows applications and Windows services.
  • To get attendees up to speed on the use of the Visual Studio .NET IDE, including team application development, debugging, and application deployment

VB.NET Training Outline

  • NET Framework architecture
    • The role of the Common Language Runtime (CLR) and core .NET Framework classes
    • Microsoft Intermediate Language (MSIL)
    • Just-In-Time (JIT) compilation
    • Assemblies, native assemblies, and the Global Assembly Cache (GAC)
    • Comparison of VB.NET, C#, and J#
  • Understanding the types of programs that can be created with .NET
    • Windows applications
    • Windows services
    • ASP.NET Web applications
    • ASP.NET Web services
    • Command-line programs
    • Reusable assemblies
  • Introducing Windows Forms
    • Creating a Windows Application
      • Understanding Classes, Inheritance, and Namespaces
      • Using The System.Windows.Forms.Form class
      • Designing a Form using Windows Forms Designer
      • Exploring the Forms Designer generated code
      • Using the Application class
      • Using the MessageBox class
    • Setting and Adding Properties to a Windows Form
      • Using the Visual Designer to set Windows Form Properties
      • Setting Windows Forms Properties programatically
      • Adding new Property to a Windows Form
    • Using Visual Inheritance
    • Event Handling
      • Handling Events by attaching a delegate
      • Handling Events by overriding protected method of base class.
    • Building graphical interface elements by using the System.Drawing namespace
      • Understanding The Graphics Object
      • Understanding The Windows Forms Coordinate System
      • Drawing Text on a Form
      • Drawing Shapes
    • Working with images
  • Controls
    • Adding Controls to a Windows Form
    • Adding Controls using Windows Forms Designer
      • Adding Controls Dynamically
      • Setting properties of Controls
    • Important common properties of controls
      • Anchor
      • Dock
      • Enabled
      • Font
      • Location
      • Name
      • Size
      • TabIndex and TabStop
      • Visible
    • Configuring the order of tabs
    • Handling Control Events
    • Dialog Boxes
      • Common Dialog Boxes
      • Creating a Custom Dialog Box
    • Common Windows Forms Controls
      • Control Hierarchy
      • Label and LinkLabel
      • TextBox and RichTextBox
      • PictureBox
      • GroupBox and Panel
      • Button, CheckBox and RadioButton
      • ListBox, CheckedListBox and ComboBox
      • DomainUpDown and NumericUpDown
      • MonthCalendar and DateTimePicker
      • TreeView and ListView
      • Timer, TrackBar and ProgressBar
      • HScrollBar and VScrollBar
      • TabControl
    • Creating Menu and Menu Items
      • Main Menu
      • Context Menu
      • StatusBar
      • ToolBar
    • Creating Multiple-Document Interface (MDI) Applications
  • Exceptions
    • What is an exception?
    • Handling Exceptions
      • The try Block
      • The catch Block
      • The throw Statement
      • The finally Block
    • Custom Exceptions
    • Managing Unhandled Exception
    • User Input Validation
      • Keystroke-Level Validation
        • The KeyPreview Property
      • Field-Level Validation
        • The Validating Event
        • The CausesValidation Property
        • ErrorProvider
      • Enabling Controls Based On Input
      • Other properties for Validation
        • The CharacterCasing Property
        • The MaxLength Property
  • Creating and Managing Components and .NET Assemblies
    • Creating and Managing .NET Components
      • Creating components by extending the UserControl class
      • Creating and implementing Events
      • Extending a control through Visual Inheritance
      • Hosting a control inside Internet Explorer
      • Creating components by extending the Control class
      • Creating components by extending the Component class
    • Creating and Managing .NET Assemblies
      • Single-file and multi-file assemblies
      • Static and dynamic assemblies
      • Private and shared assemblies
      • Satellite and Resource-only assemblies
  • Data Binding
    • Bind Data to the UI
      • Simple Data Binding
        • Bindable Entities
        • Properties That Can Be Bound
        • The Architecture of Data Binding
      • Complex Data Binding
        • Binding to a ComboBox or ListBox
        • Binding to a DataGrid
      • One-Way and Two-Way Data Binding
      • The BindingContext and CurrencyManager Classes
      • Using the Data Form Wizard
        • Building a Single-Table Data Form
        • Building a Multiple-Table Data Form
      • Transform and Filter Data
        • Using Server Explorer
          • Adding a Data Connection
          • Object Design From Server Explorer
          • Drag-and-Drop From Server Explorer
        • Filtering Data
          • Filtering With DataViews
          • Filtering At The Server
        • Transforming Data With Lookups
  • Consuming and Manipulating Data
    • Access and Manipulate SQL Server data
      • Using Ad Hoc Queries
        • Running Queries
        • The SELECT Statement
        • The INSERT Statement
        • The UPDATE Statement
        • The DELETE Statement
      • Using Stored Procedures
        • Creating a Stored Procedure
        • Running Stored Procedures from .NET
        • Using Parameters in Stored Procedures
        • The @@IDENTITY Variable
    • Access and Manipulate Data
      • Working with Disk Files
        • Browsing for Files
        • Streams and Backing Stores
        • Using the FileStream Class
        • Using the StreamReader and StreamWriter Classes
        • Using the BinaryReader and BinaryWriter Classes
      • The ADO.NET Object Model
        • Data Providers and Their Objects
        • The DataSet Objects
      • Using DataSets
        • Populating a DataSet From a Database
        • Moving Around in DataSets and Retrieving Data
        • Using Strongly Typed DataSets
        • DataSets With Multiple Tables
        • Finding and Sorting Data in DataSets
      • Editing Data with ADO.NET
        • Updating Data
        • Adding Data
        • Deleting Data
        • Editing With a DataGrid
      • Using XML Data
        • XML Basics
        • Using the XmlDocument Class
        • Treating XML as Relational Data
      • Handle Data Errors
        • Handling Database Errors
        • Handling Multi-User Errors
  • Web Services
    • Understanding Web services
      • SOAP
      • Disco and UDDI
      • WSDL
      • Invoking your first Web service
    • Creating Web services
      • Creating a Web service Project
      • Testing the Web service Project
    • Discovering Web services
      • Disco and UDDI
      • Using the Web Services Discovery Tool (disco.exe)
    • Instantiating and invoking Web services
      • Creating Proxy Classes With the Web Services Description Language Tool (wsdl.exe)
      • Using Web References
      • Testing a Web Service
  • Testing and Debugging a Web Application
    • Testing
      • Creating a test plan
      • Executing unit tests
      • Testing international applications
    • Tracing
      • Using the TraceContext class
      • Using Trace and Debug
      • Trace listeners
      • Trace switches
      • Conditional compilation
    • Debugging
      • Setting breakpoints and conditional breakpoints
      • Stepping through program execution
      • Debugging a running process
      • Debugging a remote process
  • Globalization
    • Understanding Localization and Globalization
      • The Localization Process
      • What Should be Localized?
    • Implementing Localization for the User Interface
      • Understanding Cultures
        • About Culture Codes
        • The CultureInfo Class
        • The CurrentCulture and CurrentUICulture Properties
        • The Invariant Culture
      • Displaying Localized Information
      • Setting Culture Properties
      • Working with Resource Files
        • Localizing Forms in the Designer
        • Creating Resource Files
        • Localizing Resources at Runtime
    • Converting Existing Encodings
      • Understanding Unicode
      • Converting Encodings
    • Implementing Mirroring
      • Understanding Mirroring
      • Mirroring in .NET
    • Validating Non-Latin User Input
      • String Indexing
      • Comparing and Sorting Data
  • Working with Legacy Code
    • Using ActiveX Controls
      • The Windows Forms ActiveX Control Importer
      • Importing Controls With the Toolbox
      • Using ActiveX Controls on Windows Forms
    • Using COM Components
      • Understanding Runtime Callable Wrappers
      • Using TLBIMP
      • Using COM Components Directly
    • Using COM+ Components
    • Using Platform Invoke
  • User Assistance and Accessibility
    • Selecting a Help Compiler
    • Creating HTML Help 1.3
      • Creating a Help Project
      • Creating Topic Files
      • Working with Links
      • Creating a Table of Contents and an Index
      • Compiling and Testing a Help File
    • Creating HTML Help 2.0
      • Creating a Help Project
      • Creating Topic Files
      • Working with Links
      • Creating a Table of Contents and an Index
      • Compiling and Testing a Help File
    • Implementing User Assistance
      • Using the HelpProvider Component
      • Creating Pop-up Help for Dialog Boxes
      • Using the ToolTip Component
    • Implementing Accessibility Features
      • Understanding Accessible Design Guidelines
      • Setting Control Properties for Accessibility
      • Supporting High Contrast Mode
      • Testing Application Accessibility
  • Printing
    • Using the PrintDocument Component
      • Printing Text
      • Printing Graphics
      • Initialization and Cleanup
      • Using the Printing Controls
      • The PageSetupDialog, PrintDialog and PrintPreviewDialog Component
      • The PrintPreviewControl Control
  • Testing and Debugging a Windows Application
    • Testing
      • Creating a Test Plan
      • Executing Tests
      • Unit Testing
      • Integration Testing
      • Regression Testing
      • Testing International Applications
    • Tracing
      • Using Trace and Debug to display information
      • Trace Listeners
      • Trace Switches
      • Conditional Compilation
    • Debugging
      • Stepping through Program Execution
      • Setting BreakPoints
      • Analyzing Program State to Resolve Errors
      • Debugging on Exceptions
      • Debugging a Running Process
      • Debugging a Remote Process
      • Debugging the Code in DLL files
  • Deploying a Windows-based Application
    • Deployment Tools
      • XCOPY Deployment
      • Windows Installer
    • Deploying a Windows application
      • Creating a Setup Project
    • Customizing a Setup Project
      • Using the File System Editor
      • Using the Registry Editor
      • Using the File Types Editor
      • Using the User Interface Editor
      • Using the Custom Actions Editor
      • Using the Launch Conditions Editor
    • Shared Assemblies
      • Assigning Strong Name to an Assembly
      • Adding an assembly to the Global Assembly Cache
      • Referencing an Assembly from the GAC
      • How the Run-time Locates Assemblies
      • Delay Signing an Assembly
      • Creating a setup project for distributing components
    • Creating Installation Components
      • Understanding the Installer class
      • Working with Predefined Installation Components
      • Deploying an Assembly containing the Installation Components
      • Working With Installer Classes
    • URL Remoting
      • Launching a Remote Application
      • The Download Cache
      • Code Access Security Policy
      • AllowPartiallyTrustedCallersAttribute
      • Setting Runtime Security Policy for an Assembly
      • Setting Runtime Security Policy for a Zone
    • Methods of Deployment
      • Deployment via Removable Media
      • Network-based Deployment
      • Web-based Deployment
    • Windows Logo Programs
  • Conclusion
 

Print This OutlineE-mail This OutlineGet A Quote

Accelebrate®
Comes to You!


Accelebrate's courses are taught exclusively on-site at your location for groups of 3 or more attendees, anywhere worldwide.

Don't settle for a "one size fits all" public class! Have Accelebrate come to your site and deliver exactly the training you want, for less than the cost of a public class.

For pricing and to learn more, please call us at +1 877 849 1850, fill out our information request form, or email us at info@accelebrate.com today.

 
Accelebrate E-Newsletter


Get the latest Web development news delivered to your email box once a month!



 
The instructor was knowledgable and able to work with students with varying levels of expertise.
 
—Jackie Goor
WIS International
San Diego, California

VB.NET, C#, ASP, & ASP.NET Training * Java Training * SQL Server Training
Adobe Training * PHP Training * XML Training * Perl Training

“Accelebrate,” “Accelerated Learning Celebrated Results,” and the Accelebrate logo are registered trademarks of Accelebrate, Inc. All other product names and trademarks are property of their respective owners. Course outline content may mirror or be derived from the book that each student receives with the course. Otherwise, all content is copyright © 2003-2006 by Accelebrate, Inc. of Atlanta, Georgia, USA. To contact us, please use the contact form, email info@accelebrate.com us, or call 1 877 849 1850 in the US and Canada, 0808 234 2132 in the UK, 1 800 550 311 in Ireland, or +1 678 648 3113 from all other locations.

Recent client sites: Birmingham, AL | Phoenix, AZ | Los Angeles, CA | San Diego, CA | San Francisco, CA | Denver, CO | Washington, DC | Miami, FL | Orlando, FL | Tampa, FL | Atlanta, GA | Chicago, IL | Indianapolis, IN | Boston, MA | Baltimore, MD | Detroit, MI | Minneapolis, MN | Kansas City, MO | Saint Louis, MO | Charlotte, NC | Raleigh, NC | Albuquerque, NM | New York City, NY | Cincinnati, OH | Cleveland, OH | Columbus, OH | Oklahoma City, OK | Toronto, ON | Philadelphia, PA | Pittsburgh, PA | Portland, OR | Memphis, TN | Nashville, TN | Austin, TX | Dallas, TX | Houston, TX | Salt Lake City, UT | Seattle, WA | Dublin, Ireland | London, UK

About Accelebrate IT Training VB.NET, C#, and ASP.NET Training Java, Struts, and JSP Training Adobe Training Microsoft SQL Server Training XML Training, PHP Training, Perl Training, and Other Courses Open Source & Apache Training