This document provides an overview and introduction to a training course on developing Windows applications with Microsoft Visual Studio 2010. The summary includes:
- The course will be taught by a Microsoft Certified Trainer and includes materials to help students learn as well as prepare for an optional certification exam.
- Students will work through labs and lessons to design and develop Windows applications for a sample company called Adventure Works Cycles using Visual Studio 2010 and Windows Presentation Foundation.
- The course outline details the 14 modules that will be covered throughout the training, including topics like the user interface, data binding, graphics, and deploying applications.
The document provides an introduction and overview for a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course materials, facilities, prerequisites, objectives, modules, and labs. It introduces the virtual machine environment that will be used in the labs and provides a demonstration on using Hyper-V Manager to access and manage the virtual machines.
This document provides an overview and introduction to a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course objectives, schedule, materials, and environment. The course will cover design and development of Windows applications using Visual Studio 2010 and WPF, with labs and exercises using the Adventure Works Cycles example organization. Students will learn on a virtual machine environment configured for the course labs.
The document provides an introduction and overview for a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course materials, facilities, prerequisites, objectives, modules, and labs. It introduces the virtual machine environment that will be used in the labs and provides a demonstration on using Hyper-V Manager to access and manage the virtual machines.
This document provides an overview and introduction to a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course objectives, structure, materials, and environment. The course will cover designing and developing a user interface, data binding, graphics, animations and more. Students will work with the fictional Adventure Works Cycles company on labs to design and develop Windows client applications.
The document provides an introduction and overview for a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course materials, facilities, prerequisites, objectives, modules, and labs. It introduces the virtual machine environment that will be used in the labs and provides a demonstration on using Hyper-V Manager to access and manage the virtual machines.
This document provides an overview and introduction to a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course objectives, schedule, materials, and environment. The course will cover design and development of Windows applications using Visual Studio 2010 and WPF, with labs and exercises using the Adventure Works Cycles example organization. Students will learn on a virtual machine environment configured for the course labs.
The document provides an introduction and overview for a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course materials, facilities, prerequisites, objectives, modules, and labs. It introduces the virtual machine environment that will be used in the labs and provides a demonstration on using Hyper-V Manager to access and manage the virtual machines.
This document provides an overview and introduction to a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course objectives, structure, materials, and environment. The course will cover designing and developing a user interface, data binding, graphics, animations and more. Students will work with the fictional Adventure Works Cycles company on labs to design and develop Windows client applications.
The document provides an introduction and overview for a course on developing Windows applications with Microsoft Visual Studio 2010. It outlines the course materials, facilities, prerequisites, objectives, modules, and labs. It introduces the virtual machine environment that will be used in the labs and provides a demonstration on using Hyper-V Manager to access and manage the virtual machines.
9. 丶亊
// CREATE CONCRETECOMPONENT AND TWO DECORATORS
CONCRETECOMPONENT TEXTVIEW = NEW CONCRETECOMPONENT();
SCROLLDECORATOR SCROLLDECORATOR = NEW SCROLLDECORATOR();
BORDERDECORATOR BORDERDECORATOR = NEW BORDERDECORATOR();
// LINK DECORATORS
SCROLLDECORATOR.SETCOMPONENT(TEXTVIEW);
BORDERDECORATOR.SETCOMPONENT(SCROLLDECORATOR);
SCROLLDECORATOR.DRAW();
BORDERDECORATOR.DRAW();