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



Similar documents
Exam Ref : Essentials of Developing. Windows Store Apps. Using C# Indrajit Chakrabarty

Essentials of Developing Windows Store Apps Using C# MOC 20484

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

Microsoft Essentials of Developing Windows Store Apps Using HTML5 and JavaScript

Visual Studio 2008: Windows Presentation Foundation

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

Windows Store App Development

Getting Started with Android Programming (5 days) with Android 4.3 Jelly Bean

InnerWorkings Catalog

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

Windows Presentation Foundation (WPF)

Mobile App Design and Development

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

Introduction to C#, Visual Studio and Windows Presentation Foundation

Test Cases for Windows Applications

Getting Started with Internet Explorer 10

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

Microsoft Training and Certification Guide. Current as of March 16, 2015

Application Development

App Development for Modern UI MODULE 4: APP DEVELOPMENT ESSENTIALS

INTERMEDIATE ANDROID DEVELOPMENT Course Syllabus

Implementing multi-user multi-touch scenarios using WPF in Windows* 8 Desktop Apps

Developing Microsoft SharePoint Server 2013 Core Solutions

Configuring user provisioning for Amazon Web Services (Amazon Specific)

Course 10978A Introduction to Azure for Developers

70-487: Developing Windows Azure and Web Services

Axxon Monitor. User Manual

10978A: Introduction to Azure for Developers

Hands-On Lab. Building a Data-Driven Master/Detail Business Form using Visual Studio Lab version: Last updated: 12/10/2010.

Using the Jive for ios App

MS 10978A Introduction to Azure for Developers

Getting Started with the Skillsoft Learning App

Microsoft Dynamics AX Windows 8 App Starter Kit. App Development Guide Version 1.0

Expanded contents. Section 1. Chapter 2. The essence off ASP.NET web programming. An introduction to ASP.NET web programming

Product Guide Nintex. All rights reserved. Errors and omissions excepted.

Microsoft Office PowerPoint 2013

1 Intel Smart Connect Technology Installation Guide:

Macromedia Dreamweaver 8 Developer Certification Examination Specification

SOA REFERENCE ARCHITECTURE: WEB TIER

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

1. Introduction to Android

ASP.NET Overview. Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland

Administering Jive for Outlook

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

SharePoint A Ten-Point Review of SharePoint 2013 vs NICOLAS LAGROTTA NICOLAS LAGROTTA

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

UPK Content Development Rel 11.1

ORACLE ADF MOBILE DATA SHEET

SharePoint Training DVD Videos

CHAPTER 1: INTRODUCTION TO ANDROID, MOBILE DEVICES, AND THE MARKETPLACE

COURSE CONTENT. GETTING STARTED Select Android Version Create RUN Configuration Create Your First Android Activity List of basic sample programs

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Windows 10 Apps Development

USING THE HP UNIVERSAL PRINT DRIVER WITH WINDOWS 8 AND WINDOWS SERVER 2012

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

Kentico CMS 5 Developer Training Syllabus

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

Cloud Services MDM. ios User Guide

PMO Mobile Application Wireframe Document

Parallels Remote Application Server

Workshop on Android and Applications Development

ShoreTel Communicator for Web

Skillsoft Course Directory

Integrating SharePoint Sites within WebSphere Portal

Oracle Sales Cloud Reporting and Analytics Overview. Release 13.2 Part Number E January 2014

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T:

How To Create A Site In Sharepoint 2013

Microsoft Dynamics CRM2015 Fast Track for developers

Developing ASP.NET MVC 4 Web Applications

Introduction to Azure for Developers

Developing ASP.NET MVC 4 Web Applications MOC 20486

Skillsoft Course Directory

Android Developer Fundamental 1

Developing Mobile Websites with Responsive Web Design and jquery Mobile

Visual C# 2012 Programming

Using Application Insights to Monitor your Applications

What s New in Visual Studio for C++ Developers ---

360 Online authentication

Razvoj aplikacija u programskom jeziku C# Dobrodošli!

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

Introduction to AirWatch and Configurator

ios 9 Accessibility Switch Control - The Missing User Guide Updated 09/15/15

Windows 8.1 User Guide

Microsoft Introduction to Azure for Developers

Designing IT Platform Collaborative Applications with Microsoft SharePoint 2003 Workshop

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

SMART Ink 1.5. Windows operating systems. Scan the following QR code to view the SMART Ink Help on your smart phone or other mobile device.

Introduction to Windows 8

OPPO MediaControl HD App: Handy touch control adds more fun to home theatre enjoyment

Google Apps to Office 365 for business

UPK Content Development Rel 12.1

Lenovo Miix 2 8. User Guide. Read the safety notices and important tips in the included manuals before using your computer.

Transcription:

70-484: Essentials of developing Windows Store apps using C# The following tables itemize changes to exam 70-484. These changes will be made on December 2, 2013, to include updates that relate to Windows 8.1 and Visual Studio 2013 tasks. 1. Design Windows Store apps (increase: 19% to 20%) Design the UI layout and structure Evaluate the conceptual design and decide how the UI will be composed; design for the inheritance and re-use of visual elements (e.g., styles, resources); design for accessibility; decide when custom controls are needed Design for separation of concerns (SOC) Plan the logical layers of your solution to meet app requirements; design loosely coupled layers; incorporate WinMD components Apply the MVVM pattern to your app design Design and implement the appropriate data model to support business entities; design your viewmodel to support your view based on your model; develop a view to meet data-binding requirements; create view models using INotifyPropertyChanged, ObservableCollection, and CollectionViewSource Design and implement Process Lifetime Management (PLM) Choose a state management strategy; handle the suspend event; prepare for app termination; handle the Resume event; handle the OnActivated event; check the ActivationKind and previous state Plan for an app deployment Plan a deployment based on Windows Store app certification requirements; prepare an app manifest Added subtask: use the Hub App template

(capabilities and declarations); sign an app; plan the requirements for an enterprise deployment 2. Develop Windows Store apps (no change: 19%) Access and display contacts Call the ContactsPicker class; filter which contacts to display; display a set number of contacts; create and modify contact information; select specific contact data Design for charms and contracts Choose the appropriate charm based on app requirements; design your app in a charm- and contract-aware manner; configure app manifest for correct permissions Implement search Provide search suggestions using the SearchPane class; search for and launch other apps; provide and constrain search within an app, including inside and outside of Search charm; provide search result previews; implement activation from within search Implement Share in an app Use the DataTransferManager class to share data with other apps; accept sharing requests by implementing activation from within Share; limit the scope of sharing using the DataPackage object; implement in-app Share outside of Share charm Manage app settings and preferences Choose which app features are accessed in AppSettings; add entry points for AppSettings in the Settings window; create settings flyouts using the Popup control; add settings options to Popup; store and retrieve settings from the roaming app data store None Provide search suggestions using the SearchPane class and SearchBox control New subtask: configure search contracts New subtask: use web links and application links create settings flyouts Removed subtask: add settings options to Popup New task (section): Integrate media features Support DDS images; implement video playback; implement XVP and DXVA; implement Text to Speech (TTS)

3. Create the user interface (no change: 21%) Create layout aware apps to handle view states Handle view state events from ViewStateManager; choose between style patterns for the different view states; set app orientation in the manifest Implement layout controls Implement the Grid control to structure your layout; set the number of rows/columns and size; enable zoom and scroll capabilities in layout controls; manage text flow and presentation Design and implement the app bar Determine what to put on the app bar based on app requirements; style and position app bar items; design the placement of controls on the app bar; handle AppBar events Design and implement data presentation Choose and implement data controls to meet app requirements (e.g., ListView, GridView, and FlipView); create data templates to meet app requirements Create and manage XAML styles and templates Implement and extend styles and templates; implement gradients; modify styles based on event and property triggers; create shared resources and themes Create layout-aware apps to handling windowing modes Revised, complete list of subtasks: Respond to changes in orientation; adapt to new windowing modes by using the ViewManagement namespace; manage settings for an apps view Design and implement the app/nav bar Revised, complete list of subtasks: Determine what to put on the app/nav bar based on app requirements; style and position app/nav bar items; design the placement of controls on the app/nav bar; handle app/nav bar events Revised subtask: Choose and implement data controls and properties to meet app requirements (e.g., ListView, GridView, FlipView, DatePicker, TimePicker, Hyperlink, PlaceholderText, menu flyouts, and CommandBar)

4. Program user interaction (decrease: 21% to 20%) Create and manage tiles Create and update tiles and tile contents; create and update badges (TileUpdateManager class); respond to notification requests; choose an appropriate tile update schedule based on app requirements Notify users by using toast Enable an app for toast notifications; populate toast notifications with images and text using the ToastUpdateManager class; play sounds with toast notifications; respond to toast events; control toast duration Manage input devices Capture gesture library events; create custom gesture recognizers; listen to mouse events or touch gestures; manage Stylus input and inking Design and implement navigation in an app Handle navigation events, check navigation properties, and call navigation functions by using the Navigation framework; design navigation to meet app requirements; Semantic Zoom Added subtask: configure and use Azure Mobile Services for push notifications

5. Manage security and data (no change: 20%) Choose an appropriate data access strategy Choose the appropriate data access strategy (file based; web service; remote storage, including Windows Azure storage) based on requirements Retrieve data remotely Use HttpClient to retrieve web services; set the appropriate HTTP verb for REST; consume SOAP/WCF services; use WebSockets for bidirectional communication; handle the progress of data requests Implement data binding Choose and implement data-bound controls; bind collections to items controls; implement the IValueConverter interface; create and set dependency properties; validate user input; enable filtering, grouping, and sorting data in the user interface Manage Windows Authentication Retrieve a user s roles or claims; store and retrieve credentials by using the PasswordVault class; implement the CredentialPicker class Manage Web Authentication Use the Windows.Security.Authentication.Web namespace; set up OAuth2 for authentication; implement the CredentialPicker class; set up single sign-on (SSO); implement credential roaming; implement the WebAuthenticationBroker class Choose the appropriate data access strategy (file based, web service, remote storage, including Windows Azure storage and Azure Mobile Services) based on requirements Manage Windows authentication and authorization Additional subtasks: verify credential existence by using credential locker; store account credentials in app settings Additional subtask: support proxy authentication for enterprises