Programming with Microsoft Visual Basic .NET

Course

In Bath and London

£ 1,550 + VAT

Description

  • Duration

    5 Days

After completing this course, students will be able to list the major elements of the .NET Framework and describe some of the major enhancements to the new version of Visual Basic, describe the basic structure of a Visual Basic .NET project and use the main features of the integrated development environment (IDE), use the new language features and syntax in Visual Basic .NET, explain. Suitable for: The goal of this course is to provide Microsoft Visual Basic developers with the knowledge and skills needed to develop Microsoft .NET-based applications by using Visual Basic .NET version 7.0. Visual Basic .NET is a significant upgrade to Visual Basic and incorporates many new features and framework goals of the .NET architecture. These changes will allow Visual Basic developers to create enterprise applications for the .NET Platform and to create more traditional Visual Basic.

Facilities

Location

Start date

Bath (Somerset)
3 Kelso Place, Upper Bristol Road, BA1 3AU

Start date

On request
London
See map
Valiant House, 4-10 Heneage Lane, EC3A 5DQ

Start date

On request

About this course

Before attending this course, students must meet the following prerequisites:Experience developing applications with Visual Basic 4.0 or laterSuccessful completion ofCourse 1013, Mastering Microsoft Visual Basic 6 Developmentor equivalent knowledgeORSuccessful completion ofCourse 1016, Mastering Enterprise Development Using Microsoft Visual Basic 6or equivalent knowledgeFamiliarity...

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

Subjects

  • Basic

Course programme

Target Audience
The goal of this course is to provide Microsoft Visual Basic developers with the knowledge and skills needed to develop Microsoft .NET-based applications by using Visual Basic .NET version 7.0. Visual Basic .NET is a significant upgrade to Visual Basic and incorporates many new features and framework goals of the .NET architecture. These changes will allow Visual Basic developers to create enterprise applications for the .NET Platform and to create more traditional Visual Basic applications that can take advantage of the enhancements to the language

Pre-Requisites
Before attending this course, students must meet the following prerequisites:Experience developing applications with Visual Basic 4.0 or laterSuccessful completion ofCourse 1013, Mastering Microsoft Visual Basic 6 Developmentor equivalent knowledgeORSuccessful completion ofCourse 1016, Mastering Enterprise Development Using Microsoft Visual Basic 6or equivalent knowledgeFamiliarity with basic concepts of object-oriented programmingFamiliarity with Extensible Markup Language (XML) concepts.Familiarity with Microsoft's .NET strategyFamiliarity with the .NET Framework

Purpose
After completing this course, students will be able to list the major elements of the .NET Framework and describe some of the major enhancements to the new version of Visual Basic, describe the basic structure of a Visual Basic .NET project and use the main features of the integrated development environment (IDE), use the new language features and syntax in Visual Basic .NET, explain the basic concepts and terminology of object-oriented design specifically for Visual Basic .NET, explain and use the basic concepts and terminology of object-oriented programming in Visual Basic .NET, create applications by using Microsoft Windows Forms, create Internet applications that use Web Forms and Web Services, create applications that use ADO .NET, create components in Visual Basic .NET, set up and deploy various types of Visual Basic .NET-based applications, prepare existing Visual Basic-based applications for upgrade to Visual Basic .NET

Course outline
  1. Overview of the Microsoft .NET Platform
  2. Development Environment Features
  3. Language and Syntax Enhancements
  4. Object-Oriented Design for Visual Basic .NET
  5. Object-Oriented Programming in Visual Basic .NET
  6. Using Windows Forms
  7. Building Web Applications
  8. Using ADO .NET
  9. Developing Components in Visual Basic .NET
  10. Deploying Applications
  11. Upgrading to Visual Basic .NET
Module 1:Overview of the Microsoft .NET Platform
  • What Is the Microsoft .NET Platform?
  • What Is the .NET Framework?
  • What Are the .NET Framework Components?
  • What Are the Visual Basic .NET Enhancements?
  • List the main elements of the .NET Platform.
  • Describe the .NET Framework and its components.
Module 2:Development Environment Features
  • Describing the Integrated Development Environment
  • Creating Visual Basic .NET Projects
  • Using Development Environment Features
  • Debugging Applications
  • Compiling in Visual Basic .NET
  • Describe the overall benefits of the new IDE.
  • Describe the different types of Visual Basic .NET projects and their structures, including their file structures.
  • Reference external applications from your project.
  • View and set the properties of a project.
  • Use the various windows in the IDE, including Server Explorer, the Object Browser, and the Task List.
  • Debug a simple application.
  • Build and compile a simple application
Module 3:Language and Syntax Enhancements
  • Data Types
  • Using Variables
  • Functions, Subroutines, and Properties
  • Exception Handling
  • Describe the changes to data types in Visual Basic .NET.
  • Declare and initialise variables and arrays.
  • Use shorthand syntax to assign values to variables.
  • Implement functions and subroutines.
  • Call the default properties of an object.
  • Use the new Try...Catch...Finally statement to implement structured exception handling.
Module 4:Object-Oriented Design for Visual Basic .NET
  • Designing Classes
  • Object-Oriented Programming Concepts
  • Advanced Object-Oriented Programming Concepts Using Microsoft Visio
  • Describe the basics of object-oriented design.
  • Explain the concepts of encapsulation, inheritance, interfaces, and polymorphism.
  • Create classes based on use cases.
  • Model classes for use in Visual Basic .NET by using Visio.
Module 5:Object-Oriented Programming in Visual Basic .NET
  • Defining Classes
  • Creating and Destroying Objects
  • Inheritance
  • Interfaces
  • Working with Classes
  • Define classes.
  • Instantiate and use objects in client code.
  • Create classes that use inheritance.
  • Define interfaces and use polymorphism.
  • Create shared members.
  • Create class events and handle them from a client application.
Module 6:Using Windows Forms
  • Why Use Windows Forms?
  • Structure of Windows Forms
  • Using Windows Forms
  • Using Controls
  • Windows Forms Inheritance
  • Describe the benefits of Windows Forms.
  • Use the new properties and methods of Windows Forms.
  • Write event-handling code.
  • Use the new controls and control enhancements.
  • Add and edit menus.
  • Create a form that inherits from another form.
Module 7:Building Web Applications
  • Introduction to ASP .NET
  • Creating Web Form Applications
  • Building Web Services
  • Using Web Services
  • Explain and take advantage of the benefits of ASP .NET and its various libraries in application development.
  • Create Web Form applications.
  • Use HTML server controls and Web server controls.
  • Create Web Services.
  • Use Web Services from a browser or from another client application.
Module 8:Using ADO .NET
  • ADO .NET Overview
  • .NET Data Providers
  • The DataSet Object
  • Data Designers and Data Binding
  • XML Integration
  • List the benefits of ADO .NET.
  • Create applications that use ADO .NET.
  • List the main ADO .NET objects and their functions.
  • Use Visual Studio .NET data designers and data binding.
  • Explain how XML integrates with ADO .NET.
Module 9:Developing Components in Visual Basic .NET
  • Components Overview
  • Creating Serviced Components
  • Creating Component Classes
  • Creating Windows Forms Controls
  • Creating Web Forms User Controls
  • Threading
  • Create components that can be used by managed and unmanaged client applications.
  • Create serviced components.
  • Create component classes.
  • Create Windows Forms controls.
  • Create Web user controls.
  • Use threading to create multithreaded applications
Module 10:Deploying Applications
  • Describing Assemblies
  • Choosing a Deployment Strategy
  • Deploying Applications
  • Describe an assembly.
  • List the different types of application deployment.
  • Deploy a component assembly.
  • Deploy an application that is based on Windows.
  • Deploy a Web-based application.
Module 11:Upgrading to Visual Basic .NET
  • Deciding Whether to Upgrade
  • Options for Upgrading
  • Recommendations
  • Performing the Upgrade
  • Make an informed decision about whether to upgrade an application.
  • Describe the various upgrade options available to you.
  • Use the Upgrade Wizard.

Programming with Microsoft Visual Basic .NET

£ 1,550 + VAT