Training, cursus 10262: Developing Windows Applications with Microsoft Visual Studio 2010 opleiding (MS10262) door Master it Training
Neem contact met ons op, bijvoorbeeld voor training, cursus 10262: developing windows applications with microsoft visual studio 2010 opleiding (ms10262) door master it training
   
Volg uw (maatwerk) cursus, training of opleiding bij Master it Training en profiteer van onze unieke 100% kwaliteitsgarantie!
Master it Training: 650 IT trainingen en cursussen voor o.a. Microsoft MCTS MCITP VMware PRINCE2 en Office

Developing Windows Applications with Microsoft Visual Studio 2010

MS10262

In this Visual Studio 2010 training, experienced developers who know the basics of Windows Forms development gain more advanced Windows Client design and development skills. WinForms and WPF programming models, as well as relative strengths and when to use each technology, are covered.

Doelgroep

This training is intended for Technology Specialists in the area of Windows Client Development who work in a development environment that uses Microsoft Visual Studio .NET 2010 and Microsoft .NET Framework 4.0 to create rich client applications for Windows.

Taal
The course material and exercises for this training are available in both VB.NET and C#.NET.

Voorkennis

This course requires that you meet the following prerequisites:

  • An understanding of the problem-solving techniques that apply to software development, including modern software development models, the software development life cycle, the concepts of event-driven and object-oriented programming, creating use-case diagrams, designing and building a user interface, and developing a structured application.
  • A solid understanding of the .NET Framework 4 solution stack for Windows Forms applications.
  • A general understanding of the purpose, function, and features of the common language runtime (CLR), the .NET Framework class libraries, the common type system, component interoperation, cross-language interoperation, application domains, and runtime hosts that the .NET Framework supports.
  • Experience of using Visual Studio 2008 to use variables, operators, and branching and looping statements; create and use classes, methods, and events; identify syntax and logic errors; and access data from a data source.
  • Experience in object-oriented design and development including creating and accessing classes and class properties; creating and accessing methods and overloaded methods; implementing inheritance, base classes, and abstract classes; declaring, raising, and handling events; responding to and throwing exceptions; implementing interfaces and polymorphism; implementing shared and static members; implementing generics; and creating components and class libraries.
  • Limited experience (100-level) with WPF and XAML by using Visual Studio 2008.

Lesmethode

U volgt deze training in onze Open Master Class. Door een groepsgrootte van gemiddeld 6 en maximaal 8 cursisten, bent u verzekerd van een individuele en maatgerichte training. U werkt in uw eigen tempo en beschikt over een gecertificeerde en ervaren docent die u gedurende uw training persoonlijk begeleidt en al uw vragen omtrent de lesstof beantwoordt. Uiteraard profiteert u ook bij deze training van onze 100% Kwaliteitsgarantie.

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer
Het tarief voor deze training is inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.

Trainingstijden

Onze trainingen vinden plaats van 9.30 tot 12.15 en van 13.15 tot 16.30 uur.

Certificering / traject

Microsoft MCTS certificering

Examen

Examen 70-511

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  Visual Studio 2010

Module 1: Windows Client Application Design
The goal of this module is to ensure that students understand how varying business requirements influence the design decisions when planning a Windows Client application. Students will learn how design requirements, specifications, and business goals affect the choice between WPF and Windows Forms when updating (or planning a new) Windows Client application.

Lessons:

  • Windows Client Technologies
  • Architectural Patterns
  • Interoperability between Windows Forms and WPF

Module 2: Introduction to Visual Studio 2010 and WPF Version 4
The goal of this module is to introduce students to the new features that Visual Studio 2010 and WPF version 4 provide.

Lessons:

  • What’s New in Visual Studio 2010?
  • What’s New in WPF Version 4

Module 3: Designing and Developing a User Interface
The goal of this module is to teach the student how to design and build a UI that provides the expected end-user experience and UI functionality, and retains that experience/functionality in various end-user environments, as well as when the application window resizes.

Lessons:

  • Defining Page Layout
  • Using Content Controls
  • Using Item Controls
  • Sharing Logical Resources in a Window

Module 4: Taking Control of the User Interface
The goal of this module is to enable students to create a consistent and manageable user interface.

Lessons:

  • Sharing Logical Resources in an Application
  • Creating Consistent User Interfaces by Using Styles
  • Changing the Appearance of Controls by Using Templates
  • Handling Events and Commands

Module 5: Testing, Unit Testing, and Debugging
The goal of this module is to help students to develop good habits in regard to testing as well as enabling students to debug their applications. Students will also learn about advanced exception handling pertaining directly to Windows Client application scenarios.

Lessons:

  • WPF Testing Strategies
  • Debugging XAML
  • Providing User Feedback for Unhandled Exceptions
  • Understanding Security Features

Module 6: Simple Data Binding and Validation
The goal of this module is to teach the student how to implement simple data binding and data validation in order to manage data in a data source (CRUD). In addition to learning how to bind a value to a UI element, the student should learn best practices concerning when to use the various implementations of data binding and how to connect to a data source with LINQ.

Lessons:

  • Overview of Data Binding
  • Creating a Data Binding
  • Implementing Property Change Notification
  • Converting Data
  • Validating Data
  • Presenting Data at Design Time

Module 7: Data Binding to Collections
The goal of this module is to enable the student to implement more advanced data binding scenarios, picking up where the previous module on data binding left off. The student will learn how to bind to ListView, GridView, DataGrid, and other collection classes.

Lessons:

  • Binding to Collections of Objects
  • Using Collection Views
  • Creating Master-Detail User Interfaces
  • Using Data Templates
  • Presenting Design Time Data Collections

Module 8: Enhancing UI Responsiveness
The goal of this module is to teach the students how coding techniques can be used to improve the responsiveness of their applications.

Lessons:

  • Implementing Asynchronous Processes
  • Implementing Responsive User Interfaces

Module 9: Integrating Localization and User Assistance Features
The goal of this module is to teach students how to implement localization, user assistance, and accessibility features within an application.

Lessons:

  • Localization and Globalization
  • Implementing User Assistance Features
  • Providing User Accessibility Features

Module 10: WPF 2D Graphics, Multimedia, and Printing
The goal of this module is to teach the students the basics of graphics in WPF. The module will also provide an overview of multimedia (audio and video).

Lessons:

  • Displaying 2D Graphics
  • Displaying Images
  • Adding Multimedia to WPF Applications
  • Creating and Printing Documents

Module 11: Control Customization
The goal of this module is to teach students how to customize controls and introduce students to custom controls.

Lessons:

  • Overview of Control Authoring
  • Creating User Controls
  • Creating Custom Controls
  • Managing Control Appearance by Using Visual States
  • Integrating WPF and Windows Forms

Module 12: Attached Properties and Behaviors in WPF
The goal of this module is to teach the students how to implement application behaviors based on user actions or application events by using attached properties and Expression Blend behaviors.

Lessons:

  • Implementing Attached Properties
  • Implementing Drag-and-Drop User Interfaces
  • Implementing Expression Blend Behaviors, Triggers and Actions

Module 13: Animations in WPF
The goal of this module is to teach the student how to implement animations and to teach students how to develop data visualization within their applications in a manner that enables the application user to drill down into data visually. Students should also learn when animations should be used and why.

Lessons:

  • Using Animations
  • Using Triggers
  • Implementing Data Visualizations

Module 14: Application State, Settings, and Lifecycle
The goal of this module is to teach students how to manage application state and settings throughout the application lifecycle.

Lessons:

  • Creating Application Settings
  • Consuming Application Settings
  • Creating Custom Configuration Sections

Module 15: Configure and Deploy Windows Client Applications
The goal of this module is to teach students how to deploy their applications using the various methods supported by Visual Studio 2010.

Lessons:

  • Deployment Options
  • Deploying a Standalone WPF Application
  • Deploying an XBAP Application
  • Configuring Security Settings

Duur

5 dagen

Tarief excl. BTW

€ 1.975,00 per deelnemer

Certificering / traject

Microsoft MCTS certificering

Examen

Examen 70-511

Huidige categorie

Trainingsaanbod  »  Development trainingen  »  Visual Studio 2010

Op deze pagina kunt u alle bij deze training behorende informatie eenvoudig en overzichtelijk printen. Daarnaast bieden wij u de mogelijkheid om direct een persoonlijke webofferte te genereren (optie 2). Maar natuurlijk sturen wij u ook graag een maatwerk- of persoonlijke offerte toe!

Optie 1: Trainingsinhoud printen.
Print :

Optie 2: Genereer nu direct een Webofferte (PDF document).
Organisatie :
Voorletter(s) / Naam :
Titel :   
Adres :
Postcode :
Plaats :
Telefoonnummer :
   

Optie 3: Maatwerk- / persoonlijke offerte aanvragen.
Offerte op maat :

Maak een keuze uit onderstaande opties en geef het aantal deelnemers op voor de training Developing Windows Applications with Microsoft Visual Studio 2010 (MS10262). Op de volgende pagina kunt u vervolgens per deelnemer de naam- en contactgegevens opgeven.

Inschrijven

Duur  : 5 dagen
Tarief excl. BTW  : € 1.975,00 per deelnemer
Inclusief studiemateriaal, certificaat, koffie/thee en een uitgebreide lunch.
Kies een datum
:
Startdatum Volgdata Locatie Methode
  21 mei 22, 23, 24, 25 mei 2012 Eindhoven Open Master Class
  4 jun 5, 6, 7, 8 jun 2012 Utrecht Open Master Class
  4 jun 5, 6, 7, 8 jun 2012 Amsterdam Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Amsterdam Open Master Class
  11 jun 12, 13, 14, 15 jun 2012 Eindhoven Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Amsterdam Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Eindhoven Open Master Class
  18 jun 19, 20, 21, 22 jun 2012 Utrecht Open Master Class
  25 jun 26, 27, 28, 29 jun 2012 Rotterdam Open Master Class
  2 jul 3, 4, 5, 6 jul 2012 Amsterdam Open Master Class
  2 jul 3, 4, 5, 6 jul 2012 Eindhoven Open Master Class
  9 jul 10, 11, 12, 13 jul 2012 Utrecht Open Master Class
  16 jul 17, 18, 19, 20 jul 2012 Amsterdam Open Master Class
  16 jul 17, 18, 19, 20 jul 2012 Utrecht Open Master Class
  23 jul 24, 25, 26, 27 jul 2012 Rotterdam Open Master Class
  23 jul 24, 25, 26, 27 jul 2012 Eindhoven Open Master Class
Meer data-opties voor deze training..
Aantal deelnemers  :
   

Login op MIJN Master it met uw e-mailadres en wachtwoord.

Registreren  |  Winkelwagentje

Inhoud Mijn winkelwagentje
Inschrijvingen: 0
Totaalbedrag: € 0,00
Zoek training

English information English information
Master it Training is Microsoft GOLD Certified Partner