Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.

Slides:



Advertisements
Similar presentations
Win8 on Intel Programming Course Desktop : Sensors Cédric Andreolli Intel Software
Advertisements

Copyright  Oracle Corporation, All rights reserved. 1 Creating an Application: The AppBuilder for Java IDE.
Essentials of Developing Windows Phone Apps Chinthaka Dissanayake Tech Lead Exilesoft.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Building Enterprise Applications Using Visual Studio ®.NET Enterprise Architect.
Chalermvong Vijitpiyakul Microsoft MVP - Client App. Dev. GF 28 Sep 2008.
Options for Deploying Apps / Add-Ins Deploying to the Store Deploying To Exchange Deploying to The Corporate Catalog Additional Approaches.
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
What’s New for Smart Client Developers in Visual Studio 2005? Mike Pelton Systems Engineer Microsoft Ltd
Application life cycle in SharePoint 2010.
Chapter 25 Utilizing Web Storage.
Universal Apps – Your modern app on every windows device Itay Shakury Senior consulting architect Microsoft Israel.
©2012 Microsoft Corporation. All rights reserved..
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
Project Agenda Project Introduction Project Developing for Microsoft the new Project Easy to acquire, try and validated by Microsoft! I like it – exactly.
Jeff From 5 to 8 building Windows 8 Apps with HTML5 and JavaScript.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
HTML 5 Tutorial Chapter 6 Web Storage. Storing Data on The Client HTML5 offers two new objects for storing data on the client: localStorage - stores data.
Cloud Roadshow. Getting Started with Office add-ins.
DEV395 No Touch Deployment for Windows Forms Jamie Cool Program Manager.NET Client Microsoft Corporation.
Managing the Application Life Cycle
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
What web developers need to know when building Metro style apps Scott Dickens Principal Program Manager Lead Microsoft Corporation DEV352.
Hartelijk welkom VB Event 26 september 2012 ‘Visual Studio 2012 voor de VB.NETWEB developer’ Alex Thissen – Achmea.
4.3. Code animations by using JavaScript Access data access by using JavaScript. Creating Animations, Working with Graphics, and Accessing Data.
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
ClickOnce Deployment (One-click Deployment)
Life Cycle Management Pada HTML5
Office 365 Development July 2014.
Building Enterprise Applications Using Visual Studio®
1/10/2018 9:33 PM Cloud Roadshow © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO.
M5: Packaging and Deployment
MeshCentral 2.0.
Demand Management and Workflow
Visual Studio 2017 By Michael Washington
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
The Windows Phone Application Platform
Office 365 Development July 2014.
Visual Studio Tools for Office 2005
Desktop App Converter (Project Centennial)
What web developers need to know when building Metro style apps
Building Modern Web Apps with ASP.NET MVC 6
11/14/ :04 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to mobile app development Module 3 – Improving your App Studio app Lance McCarthy.
Myth Busting: Top 5 Web App Myths
The Application Lifecycle
Deep dive on app data roaming
A Quick Overview of ASP.NET Core 1.0
Build /2/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Connected Animations Create seamless page transitions in the Fall Creators Update Steven Moyes Program Manager – User Experience Platform.
Using Windows Runtime and SDK to build Metro style apps
Windows Runtime internals: understanding "Hello World"
Create experiences that span devices
Tech·Ed North America /18/2019 4:15 PM
2/16/2019 1:48 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Office 365 Development.
Microsoft Connect /24/ :10 PM
Using Windows Runtime and SDK to build Metro style apps
Under the hood: Installation and updates for Metro style apps
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Leveraging existing code in Metro style apps
Build /20/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
ClickOnce Deployment (One-click Deployment)
Windows Forms in Visual Studio 2005: An in-depth look at key features
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Visual Studio 2005 IDE Features
Presentation transcript:

Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps

How to Build an App PlanDesign UI Update Manifest Write Code Build App Test and Debug PackageValidateDeploy

Runtime Environments When you launch an app, it’s considered to be in a runtime environment (RTE) An RTE is where users run the app and developers test it In Windows, this environment is called Windows Runtime (WinRT)

Windows Runtime (WinRT)

The App Container

.NET Framework

Accessing a Web Page

State Management

Different States

Cookies

Limitations of Cookies

localStorage and sessionStorage

AppCache for Offline Files

Debugging and Testing

Validating HTML5 Code

Packaging Apps

Publishing an Application

Summary Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps

© 2015 Microsoft Corporation. All rights reserved.