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



Similar documents
Essentials of Developing Windows Store Apps Using C# MOC 20484

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

Visual Studio 2008: Windows Presentation Foundation

Microsoft Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Developing Microsoft SharePoint Server 2013 Advanced Solutions

DE-20489B Developing Microsoft SharePoint Server 2013 Advanced Solutions

Describe how to utilize the Publishing API to access publishing settings and content.

Developing Microsoft SharePoint Server 2013 Advanced Solutions MOC 20489

MS 10978A Introduction to Azure for Developers

Course Outline: Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions

Programming Fundamentals of Web Applications Course 10958A; 5 Days

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

SharePoint Checklist and Resources

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Course 10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

Course 10978A Introduction to Azure for Developers

Middleware- Driven Mobile Applications

10978A: Introduction to Azure for Developers

Integrating Mobile apps with your Enterprise

Milestone Integration Platform Software Development Kit 2 (MIP SDK 2)

Developing ASP.NET MVC 4 Web Applications

Here to take you beyond Mobile Application development using Android Course details

InnerWorkings Catalog

Managing Existing Mobile Apps

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led

10232: Designing and Developing Microsoft SharePoint Server 2010 Applications

Introduction to Oracle Mobile Application Framework Raghu Srinivasan, Director Development Mobile and Cloud Development Tools Oracle

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

SPT2013: Developing Solutions with. SharePoint DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

Mobile App Framework For any Website

Windows Presentation Foundation (WPF)

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

Developing Microsoft SharePoint Server 2013 Core Solutions

GSA2013: The Great SharePoint Adventure 2013

Introduction to Azure for Developers

Designing and Developing Microsoft SharePoint Server 2010 Applications (MS10232)

Introducing BEEKS Proximity Solutions. Developer Kit Gets You Started

Grupo Lanka s Pivotal Development tools are integrated by the follow individual products:

ADS2013: App Development with SharePoint 2013

Appscend Mobile Platform Whitepaper

SAP Mobile Platform Intro

Developing ASP.NET MVC 4 Web Applications MOC 20486

Microsoft Introduction to Azure for Developers

Developing Windows Azure and Web Services

LEARNING SOLUTIONS website milner.com/learning phone

Course 20462C: Administering Microsoft SQL Server Databases

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

Exam Ref : Advanced Windows Store App Development Using HTML5 and JavaScript. Roberto Brunetti Vanni Boncinelli

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus

Kentico CMS 5 Developer Training Syllabus

Lab: Developing Mobile Web Apps. Adage Technologies adagetechnologies.com

Adobe Experience Manager Apps

Rich Media & HD Video Streaming Integration with Brightcove

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 20532A; 5 days

Safe Harbor Statement

Course 20688A: Managing and Maintaining Windows 8

Building native mobile apps for Digital Factory

Administering Microsoft SQL Server Databases

MS 20487A Developing Windows Azure and Web Services

10964C: Cloud & Datacenter Monitoring with System Center Operations Manager

How to select the right Marketing Cloud Edition

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

SAV2013: The Great SharePoint 2013 App Venture

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

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

Microsoft Azure for IT Professionals 55065A; 3 days

Developing Windows Azure and Web Services

SAP HANA Cloud Platform

Securely. Mobilize Any Business Application. Rapidly. The Challenge KEY BENEFITS

Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise

Administering Microsoft SQL Server Databases

ANDROID INTRODUCTION TO ANDROID

Publishing to TIZEN Using the Automated Conversion/Repackaging of Existing Android Apps. Hyeokgon Ryu, Infraware Technology, Ltd.

CLOUD COMPUTING & WINDOWS AZURE

Course 20532B: Developing Microsoft Azure Solutions

How To Manage A System Center 2012 R2 Operation Manager

Course 10175A - Microsoft SharePoint 2010, Application Development

MS-55052: SharePoint 2013 End User Level II

GO!es MOBILE. YOUR Enterprise. The Challenge. The Solution. Mobilise Your Services Reach Anybody, Anywhere, Anytime

3. Software Installation. 4. Introduction to Android OS. 5. Using Android OS / Devices. 6. Eclipse debug with Android app. 8. Units of measurement

ADMINISTERING MICROSOFT SQL SERVER DATABASES

Transcription:

MS-20485: Advanced Windows Store App Development Using C# Description In this course the students will learn the more advanced programming skills and techniques that they can use to optimize their Windows Store app and differentiate their app from other apps in the Windows Store. These advanced skills and techniques include a combination of both design and development skills. The students will also learn about supporting the apps that they have published to the Windows Store. Audience This course is intended for professional developers who have 1 or more years of experience creating applications for a production environment and who are comfortable programming in C# and XAML to create Windows 8 apps. At Course Completion After completing this course, students will be able to: Add animations and transitions in a Windows Store app to improve the user experience. Localize the Windows Store app UI. Brand the Windows Store app and improve the loading experience with a splash screen. Use various storage mechanisms, choose a suitable caching strategy for their Windows Store app, and use advanced file access methods. Create custom controls, extend templated controls, and create and consume WinMD components. Implement the Print and Settings contracts and the Play To API. Work with the Push Notification Service (WNS). Capture media with the camera and microphone. Create and consume background tasks. Discover device capabilities, interact with devices, and act upon sensor data. Implement Windows Store trial licensing and in-app purchasing and advertising. Understand how to manage Windows authentication and web authentication in Windows Store apps. Diagnose problems and monitor application behavior using tracing and profiling tools and APIs. Prerequisites Before attending this course, students must have: 6 12 months experience programming in HTML5 3 6 months experience using Visual Studio 2012 (including experience using Windows 8's preview builds) 1 month of experience working on Windows 8 apps

Course Outline Module 1: Windows Store Apps Essentials This module provides a review of the essential Windows Store app features. Review Windows 8 App Essentials - Presentation Review Windows 8 App Essentials - Under the Hood Describe basic Windows Store app concepts related to the app presentation. Describe basic Windows Store app concepts related to integration with the Windows 8 ecosystem. Module 2: Implementing Animations and Transitions This module explains how to add animations and transitions to improve the user experience using the VisualStateManager and control templates. Using Animation Working with Transitions and Transformations Lab : Implementing Animations and Transitions Creating Animations in a Windows Store App Creating Transitions and Transformations in a Windows Store App Describe the built-in WinRT animation library and Storyboards. Apply transitions and transformations. Module 3: Implementing Globalization and Localization This module explains how to localize Windows Store app user interface. Working with Resource Files Implementing Culture-Specific Formatting Lab : Implementing Globalization and Localization Create and Consume Resource Files Apply Culture-Specific Formatting Create and consume localized resources. Apply language-specific formatting for multi-lingual application. Module 4: Branding and a Seamless User Interface This module explains how to brand Windows Store app and improve the loading experience with a splash screen. Customizing the Splash Screen Differentiate your app with branding Lab : Branding and a Seamless User Interface Create a Customized Splash Screen Branding a Windows Store App Create and present a successful splash screen.

Differentiate Windows Store apps with branding. Module 5: Advanced Data Scenarios in a Windows Store App This module explains how to use various storage mechanisms, choose a suitable caching strategy for an app, and use advanced file access methods. Windows Store App Storage Options Implementing Data Caching Advanced File Functionality Lab : Caching Data Cache Data Describe the storage mechanisms available to Windows Store apps. Module 6: Creating Reusable Controls and Components This module explains how to create custom controls, extend templated controls, and create and consume WinMD components. Creating Custom Controls Extending Existing Controls Creating and Consuming WinMD Components Lab : Creating Reusable Controls and Components Create and Use a Custom Control Consume a WinMD Component Create reusable custom controls. Create and extend templated controls. Create and consume a WinMD component. Module 7: Implementing Advanced Contract Scenarios This module explains how to implement the Print and Settings contracts and the Play To API. The Print Contract The Play To Contract Lab : Printing Print a single page Print multiple pages Print by using the print contract Describe the Play To API. Module 8: The Windows Push Notification Service (WNS) This module explains how to work with the Push Notification Service (WNS). The Push Notification Service (WNS) Communicating with the Push Notification Service (WNS) Lab : The Windows Push Notification Service (WNS) Manage a Windows Notification Service (WNS) Channel

Describe the Push Notification Service (WNS). Work with push notifications. Module 9: Capturing Media This module explains how to capture media with the camera and microphone. Using CameraCaptureUI to Capture Pictures, Videos or Audio Using MediaCapture to Capture Pictures, Video, or Audio Lab : Capturing Media Capture video using the CameraCaptureUI API Capture image using the MediaCapture API Use the CameraCaptureUI API. Use the MediaCapture API. Module 10: Background Tasks This module explains how to create and consume background tasks. Creating Background Tasks Consuming Background Tasks in a Windows Store App Lab : Background Tasks Create and Consume a Background Task Consume a Background Task Create background tasks. Consume background tasks. Module 11: Working with Sensors and Devices This module explains how to discover device capabilities, interact with devices, and act upon sensor data. Working with Sensors Working with Devices Lab : Working with Sensors and Devices Use the orientation sensor Use location services Discover sensors, test their availability, and handle sensor events. Discover device availability and enumerate d and their capabilities and properties, and use them. Module 12: Generating Revenue with your App This module explains how to generate revenue with Windows Store apps using trial licensing and in-app purchasing and advertising. Implementing Trial Functionality in a Windows Store App Implement In-App Purchases

Advertising in a Windows Store App Lab : Generating Revenue with your App Use Windows.Store Classes to Support Trial App Conversion Implement In-App Purchase in an App Implement trial functionality and transition to a full license. Implement in-app purchases. Implement advertising functionality. Module 13: Securing Windows Store App Data This module explains how to manage Windows authentication and web authentication in Windows 8 apps. Managing Windows Authentication Managing Web Authentication Encryption in Windows Store Apps Lab : Securing Windows 8 App Data Encrypt User Information Use ACS Authentication Authenticate using Windows Live Authentication. Authenticate using web authentication protocols. Encrypt data by using the Windows.Security.Cryptography Module 14: Tracing and Profiling Windows Store Apps This module explains how to diagnose problems and monitor application behavior using tracing and profiling tools and APIs. Tracing a Windows Store App Profiling a Windows Store App Trace Windows Store apps. Profile Windows Store apps. Contact us today. Visit www.quickstart.com or call 800-326-1044