Visual Studio 2008: Windows Presentation Foundation



Similar documents
Windows Presentation Foundation (WPF)

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Microsoft SharePoint 2013 Business Intelligence

Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials

Essentials of Developing Windows Store Apps Using C# MOC 20484

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Course: SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence Course 55042; 3 Days

Developing Microsoft Azure Solutions

The focus of this course is on the SharePoint 2013 business intelligence platform and not on the SQL business intelligence services.

Microsoft Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

20481C: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Course 10978A Introduction to Azure for Developers

ITG Software Engineering

Course 20532B: Developing Microsoft Azure Solutions

SharePoint 2013 PerformancePoint Services

(55042A) SharePoint 2013 Business Intelligence

Microsoft End to End Business Intelligence Boot Camp

Planning, Deploying, and Managing an Enterprise Project Management Solution

Course MS55003A Microsoft SharePoint 2010 Business Intelligence Services

SharePoint 2013 PerformancePoint Services Course 55057; 3 Days

Developing Microsoft Azure Solutions 20532A; 5 days

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Version: July Windows 7

MS 10978A Introduction to Azure for Developers

Programming Fundamentals of Web Applications Course 10958A; 5 Days

Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led

Designing and Developing Web Applications by using the Microsoft.NET Framework

COURSE SYLLABUS COURSE TITLE:

SharePoint Checklist and Resources

MS-55115: Planning, Deploying and Managing Microsoft Project Server 2013

55042: SharePoint 2013 Business Intelligence

10978A: Introduction to Azure for Developers

Introduction to Azure for Developers

Server Virtualization with Windows Server Hyper-V and System Center

LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0

Microsoft Report Builder 3.0 with SQL 2008R2, SQL 2012 Express and SQL 2012 Course 55005A; 2 Days, Instructor-led

2933A: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006

Microsoft Introduction to Azure for Developers

SharePoint 2010 for Business Intelligence Course SP05; 3 Days, Instructor-led

Planning, Implementing and Managing a Microsoft SharePoint 2003 Infrastructure

UPK Content Development Rel 12.1

Fast Track: Applications in Microsoft Dynamics CRM 2015 / CRM Online (Microsoft Training Course: F1082) - 2 days

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager

SharePoint 2013 Business Intelligence

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0

Windows Presentation Foundation

Course 55115: Planning, Deploying and Managing Microsoft Project Server 2013

MS-20485: Advanced Windows Store App Development Using C#

UPK Content Development Rel 11.1

Implementing Data Models and Reports with Microsoft SQL Server 20466C; 5 Days

Implementing and Managing Windows Server 2008 Hyper-V

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

Oracle Forms Developer 10g: Build Internet Applications

Programming in HTML5 with JavaScript and CSS3

Effective Team Development Using Microsoft Visual Studio Team System

Dev01: Kentico CMS 7 Developer Essentials Syllabus

Course 20463:Implementing a Data Warehouse with Microsoft SQL Server

Microsoft Implementing Data Models and Reports with Microsoft SQL Server

10751-Configuring and Deploying a Private Cloud with System Center 2012

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

Course: Fundamentals of Microsoft Server 2008 Active Directory

Course Syllabus. Course 80011: Development I in Microsoft Dynamics AX Key Data. Introduction. Audience

Server Virtualization with Windows Server Hyper-V and System Center

No-Code SharePoint 2013 Workflows with SharePoint Designer 2013 and Visio 55048A; 3 Days, Instructor-led

Deploying and Managing Microsoft System Center Virtual Machine Manager

Developing ASP.NET MVC 4 Web Applications

70-484: Essentials of developing Windows Store apps using C#

Reporting Fundamentals for Programmers

GOA365: The Great Office 365 Adventure

Kentico CMS 5 Developer Training Syllabus

Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

Advanced IT Pro Course for Office SharePoint Server 2007 and SharePoint Services 3.0

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

ASSURING SOFTWARE QUALITY USING VISUAL STUDIO 2010

Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop

Eclipse 4 RCP application Development COURSE OUTLINE

Configuring and Managing Microsoft System Center Essentials 2010

Extending Microsoft Dynamics CRM 4.0

Build Your Knowledge!

Managing Enterprise Security with Cisco Security Manager

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration

MS Implementing an Advanced Server Infrastructure

Implementing Data Models and Reports with Microsoft SQL Server

Citrix NetScaler 10.5 Essentials for ACE Migration CNS208; 5 Days, Instructor-led

Computer Skills: Levels of Proficiency

Transcription:

Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and configure a Windows Presentation Foundation (WPF) solution. Audience This course is intended for application developers who know how to build Windows Forms applications, custom user controls in.net 2.0 and how to use the common features of the base class library. They do not have to understand concepts such advanced UI threading and asynchronous programming, building custom controls from scratch or using GDI. They also do not need experience building Visual Studio addins or custom designers. At Course Completion After completing this course, students will be able to: Create a WPF application. Build a user interface in a WPF application. Customize the appearance of a WPF application. Bind user interface controls to data sources. Bind user interface controls to collections. Create new controls in a WPF application. Manage documents in a WPF application. Configure and deploy WPF applications. Add graphics and multimedia support to a WPF application. Prerequisites Before attending this course, students should have intermediate experience developing applications by using previous versions of Microsoft Visual Studio at level 200.

Course Outline Module 1: Creating an Application by Using WPF This module explains how to build a WPF application. Overview of WPF Creating a Simple WPF Application Handling Events and Commands Navigating Between Pages Lab: Creating a WPF Application Creating a Standalone WPF Application Handling Events and Commands Navigating Between Pages Creating an XBAP Application Explain WPF concepts and features. Create a simple WPF application. Handle events and commands. Navigate between pages in a WPF application. Module 2: Building User Interfaces This module explains how to build a user interface in a WPF application. Defining Layout Using Content Controls Using Item Controls Hosting Windows Forms Controls Lab: Building User Interfaces Defining Layout Using Content Controls Using Item Controls Hosting Windows Forms Controls Define layout. Use content controls. Use items controls. Host Windows Forms controls. Module 3: Customizing Appearance This module explains how to customize the appearance of a WPF application. Sharing Logical Resources in an Application Creating Consistent User Interfaces Using Styles

Changing the Appearance of Controls Using Templates Using Triggers and Animations Lab: Customizing the Appearance of a WPF Application Sharing Logical Resources in an Application Creating Consistent User Interfaces Using Styles Changing the Appearance of Controls Using Templates Using Triggers and Animations Share logical resources throughout and application. Change the appearance of controls using templates. Create a consistent user interface appearance by using styles. Change the appearance of user interface elements by using triggers and animations. Module 4: Data Binding This module explains how to bind user interface controls to data sources. Overview of Data Binding Create a Data Binding Implementing Property Change Notification Converting Data Validating Data Lab: Data Binding Binding Controls to Data Implementing Property Change Notifications Defining Value Converters Validating Data Implement property change notifications. Validate data entered by the user. Explain WPF data binding concepts and terminology. Create a binding between a data source and a control. Convert data between the binding source and the binding target. Module 5: Data Binding to Collections This module explains how to bind user interface controls to collections. Binding to Collections of Objects Using Collection Views Create Master-Detail User Interfaces Using Data Templates Lab: Data Binding to Collections Binding to Collections of Objects

Using Collection Views Create Master-Detail User Interfaces Using Data Templates Bind to a collection of objects. Create master-detail user interfaces. Fine-tune data display by using data templates. Sort, filter, and group collections by using collection views. Module 6: Creating New Controls This module explains how to create new controls in a WPF application. Overview of Control Authoring Creating Controls Lab: Creating New Controls Creating User Controls Creating Custom Controls Create user controls. Create custom controls. Explain scenarios and options for creating new controls. Module 7: Managing Documents This module explains how to manage documents in a WPF application. Working with Flow Documents Working with Fixed Documents Packaging Documents Printing Documents Lab: Managing Documents Creating and Displaying Flow Documents Creating and Displaying Fixed Documents Packaging Documents Printing Documents Create and view flow documents. Create and view fixed documents. Package a document. Print a document. Module 8: Graphics and Multimedia This module explains how to add graphics and multimedia support to a WPF application.

Displaying 2D graphics Displaying Images Displaying 3D Graphics Going Further with 3D Graphics Adding Multimedia Support Lab: Adding Graphics and Multimedia Support to a WPF Application Displaying 2D graphics Displaying Images Displaying 3D Graphics Playing Audio and Video Clips Display 2D graphics. Add images in a WPF application. Display 3D graphics. Use additional 3D graphics capabilities. Add multimedia content to a WPF application. Module 9: Configure and Deploy WPF Applications This module explains how to configure and deploy WPF applications. Deployment Options Deploying a Standalone WPF Application Deploying an XBAP Application Configuring Security Settings Lab: Configuring and Deploying WPF Applications Deploying a Standalone WPF Application Creating Deployment and Application Manifests Deploying an XBAP Application Explain deployment options. Deploy a standalone WPF application. Deploy an XBAP application. Configure security settings.