*

Introduction to Object Oriented Programming using Microsoft Visual Studio 2008

Introduction to Object Oriented Programming using Microsoft Visual Studio 2008 Training

AanbiederTwice IT Training
Kosten 1.350,00
Meer informatie over Twice IT Training

Overzicht

This three-day instructor led course will enable attendees to start designing and developing object-oriented applications using Visual Studio 2008. Attendees will learn object-oriented concepts including classes, methods, properties, inheritance, and interfaces. Also they will learn how to identify opportunities to use these concepts in design, and how to implement these object-oriented concepts using Visual Studio 2008. After completing this course, students will be able to: o Describe the fundamentals of getting started with object-oriented development and review Visual Studio 2008 features. o Describe classes and their importance in the basic structure of an object-oriented application. o Add properties and methods to implement the internal functionality of a class. o Implement inheritance, abstraction and polymorphism to reduce code duplication. o Create structures that emphasize code reusability. o Implement interfaces to establish “common” relationships between classes, reduce code dependencies, and facilitate code. o Create an object-oriented structure design from a business problem. o Create object-oriented structures based on their knowledge of classes, properties, methods, inheritance, and interfaces. o Create and use delegates, events and exceptions to establish interclass communications. o Design class interactions based on a set of business requirements. o Design class interactions using methods, events, delegates and exceptions. o Evaluate techniques to improve their own design. o Evaluate a design pattern and determine its applicability to a business scenario. o Create and maintain updatable units of software by deploying components and class libraries. o Maintain an application without deploying the entire application. Volledige omschrijving

Bestemd voor

The target audience for this course is lower-intermediate level programmers who have a minimum of three months programming experience in a professional environment and want to learn how to use Visual Basic or C# to develop well conceived and implemented object-oriented programming applications.

Benodigde kennis

Before attending this course, students must have: o An understanding of the problem-solving techniques that apply to software development o An understanding of principles of software development o A basic understanding of scripting techniques o Hands-on experience creating and implementing script code o A fundamental understanding of the .NET Framework o A basic understanding of the Visual Studio IDE (Integrated Development Environment) o Hands-on experience using a version of Visual Studio .NET
Inschrijven

Beschrijving

Module 1: Getting Started with Object-Oriented Programming This module provides fundamental knowledge required before getting started with object-oriented development. It also reviews Visual Studio 2008 features. o Introduction to Object-Oriented Programming o Creating Projects in Visual Studio 2008 o Coding in Visual Studio 2008 o Productivity Features in Visual Studio 2008 o Debugging Visual Studio Applications Module 2: Implementing Classes, Properties and Methods This module explains classes and their importance in the basic structure of an object-oriented application. It also add properties and methods to implement the internal functionality of a class. o Creating Classes o Implementing Properties within a Class o Implementing Methods within a Class o Using Classes, Properties and Methods Module 3: Implementing Inheritance, Abstraction, and Polymorphism This module explains how to implement inheritance, abstraction and polymorphism to reduce code duplication. It also describes how to create structures that emphasize code reusability. o Introduction to Inheritance and Abstraction o Implementing Inheritance and Abstraction o Introduction to Polymorphism o Implementing a Polymorphic Structure Module 4: Implementing Interfaces This module explains how to implement interfaces to establish common relationships between classes, reduce code dependencies, and facilitate code standardization. o Introduction to Interfaces o Implementing a Custom Interface Module 5: Designing Object-Oriented Structures This module explains the process of creating an object-oriented structure design from a business problem. It also describes how to create object-oriented structures based on their knowledge of classes, properties, methods, inheritance, and interfaces. And last, the students will review and refine their designs. o Establishing Classes from Business Requirements o Adding Inheritance to the Design o Adding Interfaces to the Design o Reviewing and Refining the Design Module 6: Implementing Delegates, Events, and Exceptions This module explains how to create and use delegates, events and exceptions to establish interclass communications. o Introduction to Delegates o Implementing Delegates o Introduction to Events o Implementing Events o Introduction to Exceptions o Implementing Exceptions Module 7: Designing Object Collaboration This module explains how to design collaborations between classes by using methods, events, exceptions and delegates. It also introduces sequence diagrams as a way of documenting and planning class interactions. o Introduction to Class Interactions o Adding Interactions to a Design o Evaluating the Design o Introduction to Patterns Module 8: Deploying Components and Class Libraries This module explains how to create and maintain updatable units of software by deploying components and class libraries. It also describes how to maintain an application without redeploying the entire application. o Introduction to Components and Class Libraries o Deploying a Component/Class Library o Best Practices for Deploying a Component/Class Library Additional Reading To help you prepare for this class, review the following resources: o Visual Studio 2005 Class Designer o Default Project Templates in Visual Studio o Web Application Projects Overview o Value Types in the Common Type System o Type Fundamentals o System.Collections.Generic Namespace o IConvertible Interface o XML Documentation Comments (C# Programming Guide)