M Introduction to Visual Basic.NET Programming with Microsoft.NET 5 Day Course

Similar documents
VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

M Introduction to C# Programming with Microsoft.NET - 5 Day Course

M Developing Microsoft ASP.NET Web Applications Using Visual Studio.NET 5 Day Course

M Supporting Users Running Microsoft Windows XP Desktop Operating Systems 3 Day Course

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Developing Microsoft.NET Applications for Windows (Visual Basic.NET)

2609 : Introduction to C# Programming with Microsoft.NET

Developing Microsoft.NET Applications for Windows (Visual Basic.NET)

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Introduction to Programming Microsoft.NET Framework Applications with Microsoft Visual Studio 2005 (C#)

DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010

DE-2310 Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Developing Windows Applications with Microsoft Visual Studio 2010

PROGRAMMING WITH THE MICROSOFT.NET FRAMEWORK USING MICROSOFT VISUAL STUDIO 2005 Course No. MS4995A 5 Day PREREQUISITES COURSE OUTLINE

Windows Presentation Foundation Programming Using C#

DE Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Programming Microsoft.NET Framework Applications with Microsoft Visual Studio 2005 Course #MS4994A 5 Days COURSE OUTLINE

10267 Introduction to Web Development with Microsoft Visual Studio 2010

Microsoft Official Courseware Course Introduction to Web Development with Microsoft Visual Studio

Introduction to Web Development with Microsoft Visual Studio 2010

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Developing Data Access Solutions with Microsoft Visual Studio 2010

ASP.NET Web Forms Programming Using Visual Basic.NET

10265: Developing Data Access Solutions with Microsoft Visual Studio 2010 Duration: 5 Days Method: Instructor-Led

Migrate Your Skills to Microsoft.NET Framework 2.0 and 3.0 using Visual Studio 2005 (C#)

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Introduction to Web Development with Microsoft Visual Studio 2010

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Hands On, Instructor-Led IT Courses Across Colorado

20483BC: Programming in C#

DE Developing Windows Applications with Microsoft Visual Studio 2010

Microsoft Programming in C#

10262A VB: Developing Windows Applications with Microsoft Visual Studio 2010

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

James Foxall. Sams Teach Yourself. Visual Basic 2012 *24. Hours. sams. 800 East 96th Street, Indianapolis, Indiana, USA

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

DOT NET Syllabus (6 Months)

Course Outline: Course 10267A: Introduction to Web Development with Microsoft Visual Studio 2010 Learning Method: Instructor-led Classroom Learning

Introduction to Microsoft.NET Programming Using Microsoft Visual Studio 2008 (C#) Course Overview. Prerequisites. Audience.

C# Programming. Unit 1: Introducing C# and the.net FrameworkThis module explains the.net Framework, and using C# and

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Web Development with ASP.Net

Object-Oriented Design (OOD) and C++

CHAPTER 1: INTRODUCING C# 3

Introduction to Programming

.NET, C#, and ASP.NET p. 1 What Is.NET? p. 2 The Common Language Runtime p. 2 Introducing C# p. 3 Introducing ASP.NET p. 4 Getting Started p.

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK

The course introduces many of the techniques and technologies employed by modern desktop and enterprise applications, including:

CHAPTER 1: GETTING STARTED WITH ASP.NET 4 1

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET

Course Description. Audience. Module Title : 20483B: Programming in C# Duration : 5 days. Course Outline :: 20483B ::

Internet Application Developer

Computer Visions Course Outline

Chapter 12. OOP: Creating Object- Oriented Programs. McGraw-Hill. Copyright 2011 by The McGraw-Hill Companies, Inc. All Rights Reserved.

Programming in C#

Program Contents: DOTNET TRAINING IN CHENNAI

C# Programming in the.net Framework

Syllabus- Java + Android. Java Fundamentals

6 Months Training Module in.net Module 1-Total Days-20

Microsoft Visual Basic 2005: Reloaded

Programming in C# (20483)

MaanavaN.Com CS1203 OBJECT ORIENTED PROGRAMMING DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

Microsoft MB Microsoft CRM Extending MS CRM 1.2 with.net.


COURSE OUTLINE: OD10267A Introduction to Web Development with Microsoft Visual Studio 2010

C++ (Non for C Programmer) (BT307) 40 Hours

Selenium Online Training Brochure

Data Structures (list, dictionary, tuples, sets, strings)

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

Chapter 12. OOP: Creating Object-Oriented Programs The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

DEVELOPING WEB APPLICATIONS WITH MICROSOFT VISUAL STUDIO Course: 10264A; Duration: 5 Days; Instructor-led

A Guide to CMS Functions

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.)

Developing Microsoft.NET Applications for Windows (Visual C#.NET)

10264A CS: Developing Web Applications with Microsoft Visual Studio 2010

Programming in C# for Experienced Programmers

Introduction to Programming Using Java (98-388)

C# Syllabus. MS.NET Framework Introduction

I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination. June, 2015 BCS-031 : PROGRAMMING IN C ++

Chapter 02 Building Multitier Programs with Classes

CGS 2405 Advanced Programming with C++ Course Justification

PROGRAMMING IN VISUAL BASIC WITH MICROSOFT VISUAL STUDIO Course: 10550A; Duration: 5 Days; Instructor-led

Introduction to programming

1. A Web Form created in Visual Basic can only be displayed in Internet Explorer. True False

Programming with XML in the Microsoft.NET Framework

Introduction to Web Development with Microsoft Visual Studio 2010 (10267A)

Advanced Programming Using Visual Basic 2008

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE. Computer Programmer/Analyst.

Advanced Automated Administration with Windows PowerShell

Windows Presentation Foundation (WPF)

Programming in C# with Microsoft Visual Studio 2010

Dot Net Framework 4.0: Advanced Microsoft C#.NET Web Development

Oracle Education Partner, Oracle Testing Center Oracle Consultants

Dot Net Online Training

Oracle 10g: Java Programming

CompuScholar, Inc. Alignment to Nevada "Computer Science" Course Standards

College Board. AP CS A Labs Magpie, Elevens, and Picture Lab. New York: College Entrance Examination Board, 2013.

Object Oriented Programming Using Visual C# 2012-Level 2

Transcription:

Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and provides enough practice so that students can create their first application in Visual Basic.NET. Basic.NET Concepts Exploring the Development Environment Creating a Visual Basic.NET Project Lab 1.1: Creating Your First Application Exercise 1: Creating Your First Application in Visual Basic.NET Begin a Visual Basic.NET project that is based on the Windows Application template. Use the standard toolbar, programming tools, and programming windows in the development environment to work with applications. Create a simple application in Visual Basic.NET. Module 2: Working with Forms and Controls This module explains fundamental programming concepts, including event-driven programming, classes, objects, properties, methods, and events. This module also explains how to use forms and controls to create a user interface. This includes the following: how to create a form, set properties, call methods, and write code for events; how to add controls to a form; how to manage multiple forms; how to use message boxes; how to use naming conventions; and how to format and document code. Understanding Programming Concepts Working with Windows Forms Working with Controls Styling Your Code Lab 2.1: Creating the User Interface Exercise 1: Creating the Main Form Explain fundamental programming concepts, including event-driven programming, classes, objects, properties, methods, and events. Use forms and controls to create a user interface. Create and manage multiple forms in a simple application. Interact with a user by using the MessageBox function. Use Visual Basic naming conventions and standards for formatting and documenting code. Module 3: Using Variables and Arrays This module explains how to name, declare, assign values to, and use variables and constants. It explains how to declare variables with different levels of scope, how to create your own data

structures, and how to convert variable values from one data type to another. It also describes how to store data in an array. Introduction to Data Types Using Variables Variable Scope Converting Data Types Creating and Using Structures Storing Data in Arrays Lab 3.1: Creating and Using Variables Exercise 1: Using Static Variables Exercise 2: Creating, Using, and Converting Variables Lab 3.2: Using Structures and Arrays Exercise 1: Creating a Structure Exercise 2: Creating and Using Arrays Describe the various data types they can use to declare variables. Name, declare, initialize, and use variables and constants. Declare variables with different levels of scope. Create user-defined structures. Convert variable values from one data type to another. Store data in arrays. Module 4: Working with Procedures This module describes how to create and use Sub and Function procedures, including predefined functions, and how to structure code for increased reusability. Creating Procedures Using Procedures Using Predefined Functions Lab 4.1: Creating and Using Procedures Exercise 1: Creating Functions in a Module Exercise 2: Working with the Main Form Create and call Sub procedures and Function procedures. Write procedures in modules to enable code reuse. Pass arguments by value and by reference. Use predefined functions in application code.

Module 5: Decision Structures and Loops This module explains how to implement decision structures and loop structures to control program output and execution. Using Conditional Expressions Using Decision Structures Using Conditional Loop Structures Lab 5.1: Using Decision Structures Exercise 1: Checking User Input Exercise 2: Confirming Application Close Create formulas and conditional expressions by using arithmetic, comparison, and logical operators. Use If Then structures to evaluate whether a condition is true or false and direct the program flow accordingly. Use Select Case structures to execute one of several statements. Use For Next structures to execute statements a set number of times. Use Do Loop structures to execute statements until a specific condition is met or while a specific condition is true. Choose the appropriate decision structure or loop based on the requirements of the application. Module 6: Validating User Input This module explains how to validate user input at both the field level and the form level. It describes how to handle invalid input by providing error messages and guiding users through the process of finding and fixing errors. It describes how to use control properties and methods to restrict and validate data entry. Restricting User Input Validating Field Data Validating Form Data Lab 6.1: Validating User Input Exercise 1: Validating User Input Restrict the type of data that can be entered in a field. Test user input at the field level to determine if it is valid, and display messages to help the user correct invalid data. Set control properties to specify the order of data entry, the type of data to enter, and how to display the data when the application is run. Validate user input at the form level, and guide users through the process of finding and fixing errors.

Module 7: Object-Oriented Programming in Visual Basic.NET This module explains how to create and use classes. The module explains the concepts of abstraction, encapsulation, instantiation, initialization, constructors, and destructors. This module also describes inheritance, polymorphism, and namespaces. Understanding Classes Working with Classes Using Shared Members Inheritance, Polymorphism, and Namespaces Lab 7.1: Creating a Derived Class Exercise 1: Creating a Derived Form Class Explain object-oriented programming concepts, including abstraction, encapsulation, classes, and objects. Use the Object Browser to examine available programming elements, including classes and objects. Create a new class, including its methods, properties, and data members with appropriate access levels. Create and use an instance of a class, including instance and shared data members, and shared and non-shared methods. Explain how constructors and destructors work. Explain inheritance, polymorphism, and namespaces. Module 8: Handling Errors and Exceptions This module explains types of errors that can occur in a program and explains how to use the debugging tools provided with Visual Basic.NET to help diagnose and correct the errors. These tools include the Visual Studio.NET debugger, debugging windows, and structured exception handling. Types of Errors Using the Debugger Handling Exceptions Lab 8.1: Implementing Structured Exception Handling Exercise 1: Using Try Catch Blocks Exercise 2: Using Try Catch Finally Blocks Define and give examples of syntax, run-time, and logic errors. Debug code by using the Visual Studio.NET debugger. Implement structured exception handling in an application. Module 9: Enhancing the User Interface This module explains how to create menus, status bars, and toolbars to enhance the usability of an application.

Creating Menus Creating Status Bars Creating Toolbars Create custom menus to group application commands. Create a status bar to provide users with feedback about an application. Create a toolbar to provide a graphical interface with which users can access key functions of an application. Module 10: Web Forms and XML Web Services This module explains how to create a Web Forms application and how to invoke a simple XML Web service. Working with Web Forms Using XML Web Services Lab 10.1: Creating a Web Application Exercise 1: Creating the User Interface Exercise 2: Using XML Web Services Create, build, and run an application that uses Web Forms. Explain the process for discovering and calling XML Web services. Use a proxy to call an XML Web service from a Web Form. Module 11: Using ADO.NET This module explains how to use ADO.NET with a Windows Forms application to create, read, update, and delete records in Access and SQL Server databases. Database Concepts Overview of ADO.NET Working with Data Lab 11.1: Accessing Data with ADO.NET Exercise 1: Using the Data Form Wizard Define basic database terminology, including database, table, record, field, and key. Describe some commonly used ADO.NET objects. Create and open a connection to a database. Create, read, update, and delete records in a database. Use the Data Form Wizard to create a simple data access application. Display and modify data extracted from a database.

Module 12: Deploying Applications This module explains how to deploy applications by using Visual Studio.NET. The module also describes deployment options available in Visual Basic.NET, and how to create and configure a setup project for a Windows-based application. Introduction to Deployment Deploying a Windows-based Application Lab 12.1: Deploying an Application Exercise 1: Using the Setup Wizard Exercise 2: Installing the Loan Application Describe how to deploy applications by using Visual Studio.NET. Create and customize a Setup program for a Windows-based application. Contact the training coordinator for pricing and details at 613-563-NOVA (6682) Ext:250 0r training@nova-networks.com Nova Networks can also customize this course to topics of your choice which will reduce the course cost. Copyright Statement This site is Copyright 2004 Nova Networks Inc. Reproduction of any part of this site for personal or commercial purposes without permission is strictly prohibited. The information at this site may be downloaded onto a disk or printed for your personal use provided that you include this copyright notice on each copy and that you make no alterations to any of the pages and do not use any of the information in any other work or publication whatsoever whether the publication is paper based or electronic. No part of the information may be distributed or copied for any commercial purpose.