Lo sentimos, en estos momentos este programa no está activo en CanalCursos.com
Máster Desarrollo Windows Store Apps using HTML5 - Microsoft Certified Solutions Developer - Oficial Microsoft
- Máster |
- Presencial en Madrid
Precio

Contacta con el centro para más información
Pide Información y sin compromiso
Descripción del curso
Detalles
Dirigido a:
Personas con profundos conocimientos básicos de programación, y en concreto de HTML5.
Comentarios:
El programa de certificación de Microsoft, ofrece tres niveles de certificación distintos – Serie Tecnológico, Profesional y Arquitecto - cada uno diseñado para validar grados de competencia en conceptos y usos de la Tecnología Microsoft. Cada nivel ofrece un marco de referencia reconocido por la industria y que se aplica a roles de trabajo específicos.
CAS TRAINING ofrece los niveles de certificación:
-La certificación Microsoft Certified Technology Specialist (MCTS), corresponde a un nivel básico, que da las bases para dar soporte en el SS.OO. Windows.
-La certificación Microsoft Certified IT Professional (MCITP): Server Administrator representa el experto como Administrador del Servidor Windows 2008, y que en la nueva estructura de certificación pasa a ser MCSA (Solutions Associate)
-La certificación Microsoft Certified Solutions Developer representa la experiencia en el diseño y desarrollo fluido y rápido de aplicaciones Windows 8.
Las certificaciones MCSD (Microsoft Certified Solutions Developer) validan las competencias técnicas avanzadas de un desarrollador en el diseño y la construcción de aplicaciones.
Los profesionales certificados como MCSD tienen una alta demanda en el mundo actual y se espera que dicha demanda crezca por el aumento de instalaciones con tecnología Microsoft alrededor del mundo.
Objetivos de Certificación :
-070-480: Programming in HTML5 with JavaScript and CSS3
-070-481: Essentials of Developing Windows Store Apps using HTML5 and JavaScript
-070-482: Advanced Windows Store App Development using HTML5 and JavaScript
Metodología:
Nuestros Masters están basados en métodos docentes que facultan al profesor y orientan al alumno con el fin de conseguir un proceso evolutivo favorable de aprendizaje que permita mantener a los alumnos motivados y estimulados positivamente.
-Detección de las necesidades: Se realiza un análisis del mercado laboral actual, y con las carencias observadas, se desarrollan los planes de formación.
-Plan de acción: su diseño radica en que los contenidos estén siempre acorde con su temporalización y permitan el tiempo necesario para la asimilación de los conceptos. También se desarrolla el material didáctico y la documentación oficial de acuerdo con las materias, incorporando a las aulas la última tecnología necesaria.
-Proceso formativo: Se ejecutan distintas metodologías según el momento. Ninguna es excluyente de la otra, sino que se combinan y desarrollan según la necesidad. En todo momento se alternan las explicaciones teóricas con la elaboración de ejercicios prácticos, siempre relacionados con casos reales. Se incrementan paulatinamente los niveles de complejidad, asegurándonos de eliminar cualquier laguna que pueda perjudicar la asimilación de conceptos de mayor dificultad.
-Análisis de resultados: A lo largo del Master, el plan de formación será evaluado de forma continua pudiendo cerrar cada módulo con la certeza que los conocimientos han sido comprendidos y aprendidos. En la etapa final se analizará el proyecto en su conjunto, valorando la calidad obtenida y si los efectos conseguidos son los esperados.
Otras Prestaciones.
-Un ordenador por persona.
-Posibilidad de hacer prácticas en aula
-Seminarios gratuitos relacionados con el lanzamiento de Nuevas Tecnologías.
-Importantes descuentos en la compra de documentación técnica adicional y en material informático (hardware y software).
Material:
-Carpeta personalizada con el Block de notas, bolígrafo, y CURRÍCULUM según la estructura de nuestra Base de Datos.
-Documentación de Microsoft
.MOC- 20480: Programming in HTML5 with JavaScript and CSS3 (Inglés)
.MOC-20481: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript (Inglés)
.MOC-20482: Advanced Windows Store App Development using HTML5 and JavaScript (Inglés)
-Certificado de asistencia y aprovechamiento de CAS TRAINING
Temario:
MOC- 20480A: Programming in HTML5 with JavaScript and CSS3
Módulo 1: Overview of HTML and CSS
This module provides an overview of HTML and CSS, and describes how to use Visual Studio 2012 to build a Web application.
-Overview of HTML
-Overview of CSS
-Creating a Web Application by Using Visual Studio 2012
Módulo 2: Creating and Styling HTML5 Pages
This module describes the new features of HTML5, and explains how to create and style HTML5 pages.
-Creating an HTML5 Page
-Styling an HTML5 Page
Módulo 3: Introduction to JavaScript
This module provides an introduction to the JavaScript language, and shows how to use JavaScript to add interactivity to HTML5 pages.
-Overview of JavaScript Syntax
-Programming the HTML DOM with JavaScript
-Introduction to jQuery
Módulo 4: Creating Forms to Collect Data and Validate User Input
This module describes the new input types available with HTML5, and explains how to create forms to collect and validate user input by using the new HTML5 attributes and JavaScript code.
-Overview of Forms and Input Types
-Validating User Input by Using HTML5 Attributes
-Validating User Input by Using JavaScript
Módulo 5: Communicating with a Remote Data Source
This module describes how to send and receive data to and from a remote data source by using an XMLHTTPRequest object and by performing jQuery AJAX operations.
-Sending and Receiving Data by Using XMLHTTPRequest
-Sending and Receiving Data by Using jQuery AJAX operations
Módulo 6: Styling HTML5 by Using CSS3
This module describes how to style HTML5 pages and elements by using the new features available in CSS3.
-Styling Text
-Styling Block Elements
-CSS3 Selectors
-Enhancing Graphical Effects by Using CSS3
Módulo 7: Creating Objects and Methods by Using JavaScript
This module explains how to write well-structured and easily-maintainable JavaScript code, and how to apply object-oriented principles to JavaScript code in a Web application.
-Writing Well-Structured JavaScript
-Creating Custom Objects
-Extending Objects
Módulo 8: Creating Interactive Pages using HTML5 APIs
This module describes how to use some common HTML5 APIs to add interactive features to a Web application. This module also explains how to debug and profile a Web application.
-Interacting with Files
-Incorporating Multimedia
-Reacting to Browser Location and Context
-Debugging and Profiling a Web Application
Módulo 9: Adding Offline Support to Web Applications
This module describes how to add offline support to a Web application, to enable the application to continue functioning in a user's browser even if the browser is disconnected from the network.
-Reading and Writing Data Locally
-Adding Offline Support by Using the Application Cache
Módulo 10: Implementing an Adaptive User Interface
This module describes how to create HTML5 pages that can dynamically detect and adapt to different devices and form factors.
-Supporting Multiple Form Factors
-Creating an Adaptive User Interface
Módulo 11: Creating Advanced Graphics
This module describes how to create advanced graphics for an HTML5 Web application by using a Canvas element, and by using Scalable Vector Graphics.
-Creating Interactive Graphics by Using Scalable Vector Graphics
-Programmatically Drawing Graphics by Using a Canvas
Módulo 12: Animating the User Interface
This module describes how to enhance the user experience in an HTML5 Web application by adding animations.
-Applying CSS Transitions
-Transforming Elements
-Applying CSS Key-frame Animations
Módulo 13: Implementing Real-Time Communications by Using Web Sockets
This module explains how to use Web Sockets to transmit and receive data between an HTML5 Web application and a server.
-Introduction to Web Sockets
-Sending and Receiving Data by Using Web Sockets
Módulo 14: Creating a Web Worker Process
This module describes how to use Web Worker Processes to perform long-running operations asynchronously and improve the responsiveness of an HTML5 Web application.
-Introduction to Web Workers
-Performing Asynchronous Processing by Using a Web Worker
MOC-20481B: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript
Módulo 1: Overview of the Windows 8 Platform and Windows Store Apps
This module describes the Windows 8 platform and features, and explores the basics of a Windows Store app interface.
-Introduction to the Windows 8 Platform
-Windows 8 User Interface Principles
-WinRT and Language Projections
Módulo 2: Single-Page Applications and the MVVM Design Pattern
This module describes the principles used for building single-page apps and how to apply the MVVM design pattern using JavaScript
-Single-Page Applications
-The MVVM Design Pattern
Módulo 3: Using WinJS
This module explains how to use WinJS to build Windows Store apps.
-The WinJS Library
-WinJS APIs
Módulo 4: Implementing Layout using Windows 8 Built-In Controls
This module explains how to implement the AppBar and layout controls.
-Windows 8 Layout Controls
-Implementing WinJS Controls and Templates
-The AppBar Control
-Snap and Fill
Módulo 5: Presenting Data
This module explains how to use data binding to present data in the User Interface.
-Working with Data Presentation Controls
-The ListView Control
Módulo 6: Handling Files in Windows Store Apps
This module explains how to handle files and streams in Windows Store Apps.
-Handling Files and Streams in Windows Store apps
-Working with File User Interface Components
Módulo 7: Windows Store App Process Lifetime Management
This module explains how to respond to application lifecycle events using Process Lifetime Management (PLM) and the PLM extensibility points provided by the Visual Studio 2012 templates.
-Process Lifetime Management
-Launching Windows Store Apps
-Implementing State Management Strategy
Módulo 8: Designing and Implementing Navigation in a Windows Store App
This module explains how to handle navigation scenarios in a Windows Store app and how to implement Semantic Zoom.
-Handling Navigation in Windows Store apps
-Semantic Zoom
Módulo 9: Implementing Windows 8 Contracts
This module explains how to design and implement Windows 8 contracts such as Search, Share and Settings.
-Designing for Charms and Contracts
-The Search Contract
-The Share Contract
-Managing App Settings and Preferences
Módulo 10: Implementing Tiles and User Notifications
This module explains how to implement tiles and toast notifications in a Windows Store App.
-Implementing Tiles, Live Tiles, Secondary Tiles, and Badge Notifications
-Implementing Toast Notifications
Módulo 11: Designing and Implementing a Data Access Strategy
This module explains how to implement various data access scenarios for Windows Store apps.
-Evaluating Data Access Strategies
-Working with Remote Data
Módulo 12: Responding to Mouse and Touch
This module explains how to respond to mouse, keyboard and touch events, including gestures.
-Working with Mouse Events
-Working with Gesture Events
Módulo 13: Planning for Windows Store App Deployment
This module explains how to deploy Windows Store apps to the Windows Store or an enterprise store.
-The Windows Store App Manifest
-Windows Store App Certification
- Windows 8 Enterprise App Deployment
MOC-20482A: Advanced Windows Store App Development Using HTML5 and JavaScript
Módulo 1: Windows Store Apps Essentials
This module describes the essential Windows Store app features.
-Review Windows Store App Essentials – Presentation
-Review Windows Store App Essentials – Under the Hood
Módulo 2: Implementing Animations and Transitions
This module explains how to add animations and transitions to improve the user experience using JavaScript APIs and CSS.
-Using Animation
-Working with Transitions and Transformations
Módulo 3: Implementing Globalization and Localization
This module explains how to localize the Windows Store application User Interface.
-Working with Resource Files
-Implementing Culture-Specific Formatting
Módulo 4: Branding and a Seamless User Interface
This module explains how to brand Windows Store application and improve the loading experience with a splash screen.
-Customizing the Splash Screen
-Branding the Application User Interface
Módulo 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
Módulo 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
-Consuming WinMD Components
Módulo 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
Módulo 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)
Módulo 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
Módulo 10: Background Tasks
This module explains how to create and consume background tasks.
-Creating Background Tasks
-Consuming Background Tasks in a Windows Store App
Módulo 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
Módulo 12: Generating Revenue with your App
This module explains how to monetize an app 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
Módulo 13: Securing Windows Store App Data
This module explains how to manage Windows authentication and web authentication in Windows Store apps.
-Managing Windows Authentication
-Managing Web Authentication
-Encryption in Windows Store Apps
Módulo 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
Profesorado:
Profesionales avalados por el fabricante – MCT (Microsoft Certified Trainers).
Titulación:
Microsoft Certified Solutions Developer
Duración:
2 meses (aproximado) 100 horas lectivas y guiadas por el Instructor.
Fechas:
Horario: tarde, de Lunes a Jueves de 19 a 22 horas
Fecha de inicio: consultar...
Personas con profundos conocimientos básicos de programación, y en concreto de HTML5.
Comentarios:
El programa de certificación de Microsoft, ofrece tres niveles de certificación distintos – Serie Tecnológico, Profesional y Arquitecto - cada uno diseñado para validar grados de competencia en conceptos y usos de la Tecnología Microsoft. Cada nivel ofrece un marco de referencia reconocido por la industria y que se aplica a roles de trabajo específicos.
CAS TRAINING ofrece los niveles de certificación:
-La certificación Microsoft Certified Technology Specialist (MCTS), corresponde a un nivel básico, que da las bases para dar soporte en el SS.OO. Windows.
-La certificación Microsoft Certified IT Professional (MCITP): Server Administrator representa el experto como Administrador del Servidor Windows 2008, y que en la nueva estructura de certificación pasa a ser MCSA (Solutions Associate)
-La certificación Microsoft Certified Solutions Developer representa la experiencia en el diseño y desarrollo fluido y rápido de aplicaciones Windows 8.
Las certificaciones MCSD (Microsoft Certified Solutions Developer) validan las competencias técnicas avanzadas de un desarrollador en el diseño y la construcción de aplicaciones.
Los profesionales certificados como MCSD tienen una alta demanda en el mundo actual y se espera que dicha demanda crezca por el aumento de instalaciones con tecnología Microsoft alrededor del mundo.
Objetivos de Certificación :
-070-480: Programming in HTML5 with JavaScript and CSS3
-070-481: Essentials of Developing Windows Store Apps using HTML5 and JavaScript
-070-482: Advanced Windows Store App Development using HTML5 and JavaScript
Metodología:
Nuestros Masters están basados en métodos docentes que facultan al profesor y orientan al alumno con el fin de conseguir un proceso evolutivo favorable de aprendizaje que permita mantener a los alumnos motivados y estimulados positivamente.
-Detección de las necesidades: Se realiza un análisis del mercado laboral actual, y con las carencias observadas, se desarrollan los planes de formación.
-Plan de acción: su diseño radica en que los contenidos estén siempre acorde con su temporalización y permitan el tiempo necesario para la asimilación de los conceptos. También se desarrolla el material didáctico y la documentación oficial de acuerdo con las materias, incorporando a las aulas la última tecnología necesaria.
-Proceso formativo: Se ejecutan distintas metodologías según el momento. Ninguna es excluyente de la otra, sino que se combinan y desarrollan según la necesidad. En todo momento se alternan las explicaciones teóricas con la elaboración de ejercicios prácticos, siempre relacionados con casos reales. Se incrementan paulatinamente los niveles de complejidad, asegurándonos de eliminar cualquier laguna que pueda perjudicar la asimilación de conceptos de mayor dificultad.
-Análisis de resultados: A lo largo del Master, el plan de formación será evaluado de forma continua pudiendo cerrar cada módulo con la certeza que los conocimientos han sido comprendidos y aprendidos. En la etapa final se analizará el proyecto en su conjunto, valorando la calidad obtenida y si los efectos conseguidos son los esperados.
Otras Prestaciones.
-Un ordenador por persona.
-Posibilidad de hacer prácticas en aula
-Seminarios gratuitos relacionados con el lanzamiento de Nuevas Tecnologías.
-Importantes descuentos en la compra de documentación técnica adicional y en material informático (hardware y software).
Material:
-Carpeta personalizada con el Block de notas, bolígrafo, y CURRÍCULUM según la estructura de nuestra Base de Datos.
-Documentación de Microsoft
.MOC- 20480: Programming in HTML5 with JavaScript and CSS3 (Inglés)
.MOC-20481: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript (Inglés)
.MOC-20482: Advanced Windows Store App Development using HTML5 and JavaScript (Inglés)
-Certificado de asistencia y aprovechamiento de CAS TRAINING
Temario:
MOC- 20480A: Programming in HTML5 with JavaScript and CSS3
Módulo 1: Overview of HTML and CSS
This module provides an overview of HTML and CSS, and describes how to use Visual Studio 2012 to build a Web application.
-Overview of HTML
-Overview of CSS
-Creating a Web Application by Using Visual Studio 2012
Módulo 2: Creating and Styling HTML5 Pages
This module describes the new features of HTML5, and explains how to create and style HTML5 pages.
-Creating an HTML5 Page
-Styling an HTML5 Page
Módulo 3: Introduction to JavaScript
This module provides an introduction to the JavaScript language, and shows how to use JavaScript to add interactivity to HTML5 pages.
-Overview of JavaScript Syntax
-Programming the HTML DOM with JavaScript
-Introduction to jQuery
Módulo 4: Creating Forms to Collect Data and Validate User Input
This module describes the new input types available with HTML5, and explains how to create forms to collect and validate user input by using the new HTML5 attributes and JavaScript code.
-Overview of Forms and Input Types
-Validating User Input by Using HTML5 Attributes
-Validating User Input by Using JavaScript
Módulo 5: Communicating with a Remote Data Source
This module describes how to send and receive data to and from a remote data source by using an XMLHTTPRequest object and by performing jQuery AJAX operations.
-Sending and Receiving Data by Using XMLHTTPRequest
-Sending and Receiving Data by Using jQuery AJAX operations
Módulo 6: Styling HTML5 by Using CSS3
This module describes how to style HTML5 pages and elements by using the new features available in CSS3.
-Styling Text
-Styling Block Elements
-CSS3 Selectors
-Enhancing Graphical Effects by Using CSS3
Módulo 7: Creating Objects and Methods by Using JavaScript
This module explains how to write well-structured and easily-maintainable JavaScript code, and how to apply object-oriented principles to JavaScript code in a Web application.
-Writing Well-Structured JavaScript
-Creating Custom Objects
-Extending Objects
Módulo 8: Creating Interactive Pages using HTML5 APIs
This module describes how to use some common HTML5 APIs to add interactive features to a Web application. This module also explains how to debug and profile a Web application.
-Interacting with Files
-Incorporating Multimedia
-Reacting to Browser Location and Context
-Debugging and Profiling a Web Application
Módulo 9: Adding Offline Support to Web Applications
This module describes how to add offline support to a Web application, to enable the application to continue functioning in a user's browser even if the browser is disconnected from the network.
-Reading and Writing Data Locally
-Adding Offline Support by Using the Application Cache
Módulo 10: Implementing an Adaptive User Interface
This module describes how to create HTML5 pages that can dynamically detect and adapt to different devices and form factors.
-Supporting Multiple Form Factors
-Creating an Adaptive User Interface
Módulo 11: Creating Advanced Graphics
This module describes how to create advanced graphics for an HTML5 Web application by using a Canvas element, and by using Scalable Vector Graphics.
-Creating Interactive Graphics by Using Scalable Vector Graphics
-Programmatically Drawing Graphics by Using a Canvas
Módulo 12: Animating the User Interface
This module describes how to enhance the user experience in an HTML5 Web application by adding animations.
-Applying CSS Transitions
-Transforming Elements
-Applying CSS Key-frame Animations
Módulo 13: Implementing Real-Time Communications by Using Web Sockets
This module explains how to use Web Sockets to transmit and receive data between an HTML5 Web application and a server.
-Introduction to Web Sockets
-Sending and Receiving Data by Using Web Sockets
Módulo 14: Creating a Web Worker Process
This module describes how to use Web Worker Processes to perform long-running operations asynchronously and improve the responsiveness of an HTML5 Web application.
-Introduction to Web Workers
-Performing Asynchronous Processing by Using a Web Worker
MOC-20481B: Essentials of Developing Windows Store Apps Using HTML5 and JavaScript
Módulo 1: Overview of the Windows 8 Platform and Windows Store Apps
This module describes the Windows 8 platform and features, and explores the basics of a Windows Store app interface.
-Introduction to the Windows 8 Platform
-Windows 8 User Interface Principles
-WinRT and Language Projections
Módulo 2: Single-Page Applications and the MVVM Design Pattern
This module describes the principles used for building single-page apps and how to apply the MVVM design pattern using JavaScript
-Single-Page Applications
-The MVVM Design Pattern
Módulo 3: Using WinJS
This module explains how to use WinJS to build Windows Store apps.
-The WinJS Library
-WinJS APIs
Módulo 4: Implementing Layout using Windows 8 Built-In Controls
This module explains how to implement the AppBar and layout controls.
-Windows 8 Layout Controls
-Implementing WinJS Controls and Templates
-The AppBar Control
-Snap and Fill
Módulo 5: Presenting Data
This module explains how to use data binding to present data in the User Interface.
-Working with Data Presentation Controls
-The ListView Control
Módulo 6: Handling Files in Windows Store Apps
This module explains how to handle files and streams in Windows Store Apps.
-Handling Files and Streams in Windows Store apps
-Working with File User Interface Components
Módulo 7: Windows Store App Process Lifetime Management
This module explains how to respond to application lifecycle events using Process Lifetime Management (PLM) and the PLM extensibility points provided by the Visual Studio 2012 templates.
-Process Lifetime Management
-Launching Windows Store Apps
-Implementing State Management Strategy
Módulo 8: Designing and Implementing Navigation in a Windows Store App
This module explains how to handle navigation scenarios in a Windows Store app and how to implement Semantic Zoom.
-Handling Navigation in Windows Store apps
-Semantic Zoom
Módulo 9: Implementing Windows 8 Contracts
This module explains how to design and implement Windows 8 contracts such as Search, Share and Settings.
-Designing for Charms and Contracts
-The Search Contract
-The Share Contract
-Managing App Settings and Preferences
Módulo 10: Implementing Tiles and User Notifications
This module explains how to implement tiles and toast notifications in a Windows Store App.
-Implementing Tiles, Live Tiles, Secondary Tiles, and Badge Notifications
-Implementing Toast Notifications
Módulo 11: Designing and Implementing a Data Access Strategy
This module explains how to implement various data access scenarios for Windows Store apps.
-Evaluating Data Access Strategies
-Working with Remote Data
Módulo 12: Responding to Mouse and Touch
This module explains how to respond to mouse, keyboard and touch events, including gestures.
-Working with Mouse Events
-Working with Gesture Events
Módulo 13: Planning for Windows Store App Deployment
This module explains how to deploy Windows Store apps to the Windows Store or an enterprise store.
-The Windows Store App Manifest
-Windows Store App Certification
- Windows 8 Enterprise App Deployment
MOC-20482A: Advanced Windows Store App Development Using HTML5 and JavaScript
Módulo 1: Windows Store Apps Essentials
This module describes the essential Windows Store app features.
-Review Windows Store App Essentials – Presentation
-Review Windows Store App Essentials – Under the Hood
Módulo 2: Implementing Animations and Transitions
This module explains how to add animations and transitions to improve the user experience using JavaScript APIs and CSS.
-Using Animation
-Working with Transitions and Transformations
Módulo 3: Implementing Globalization and Localization
This module explains how to localize the Windows Store application User Interface.
-Working with Resource Files
-Implementing Culture-Specific Formatting
Módulo 4: Branding and a Seamless User Interface
This module explains how to brand Windows Store application and improve the loading experience with a splash screen.
-Customizing the Splash Screen
-Branding the Application User Interface
Módulo 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
Módulo 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
-Consuming WinMD Components
Módulo 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
Módulo 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)
Módulo 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
Módulo 10: Background Tasks
This module explains how to create and consume background tasks.
-Creating Background Tasks
-Consuming Background Tasks in a Windows Store App
Módulo 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
Módulo 12: Generating Revenue with your App
This module explains how to monetize an app 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
Módulo 13: Securing Windows Store App Data
This module explains how to manage Windows authentication and web authentication in Windows Store apps.
-Managing Windows Authentication
-Managing Web Authentication
-Encryption in Windows Store Apps
Módulo 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
Profesorado:
Profesionales avalados por el fabricante – MCT (Microsoft Certified Trainers).
Titulación:
Microsoft Certified Solutions Developer
Duración:
2 meses (aproximado) 100 horas lectivas y guiadas por el Instructor.
Fechas:
Horario: tarde, de Lunes a Jueves de 19 a 22 horas
Fecha de inicio: consultar
Sede principal del centro
Madrid: Calle de la Basílica 19 - 28020 - Madrid- Madrid: Calle de la Basílica 19 - 28020 - Madrid
Ofertas relacionadas
Disculpa las molestias, en este momento no existen programas similares |
Estás viendo
Máster Desarrollo Windows Store Apps using HTML5 - Microsoft Certified Solutions Developer - Oficial Microsoft
Precio