Write Once, Run Everywhere

Slides:



Advertisements
Similar presentations
Open XML SDK for Microsoft Office
Advertisements

Get set.. Introduction to Windows Azure Development Brian McKeiver, Kentico MVP & Partner/Senior Developer, BizStream.
Created by Applications User Experience Team
ineta  Solutions Architect & Trainer  Microsoft MVP (10 years and running!)  ASP Insider  VSX Insider  C# Insider  Azure Insider  Member of the.
Intro to Apps Minnesota SharePoint User Group Raymond April 2014.
ineta .NET Architect, Developer, & Trainer  Microsoft MVP (10 years and running!)  ASP Insider  VSX Insider  C# Insider  Azure Insider  Member.
ineta .NET Architect, Developer, & Trainer  Microsoft MVP  ASP Insider  VSX Insider  C# Insider  Azure Insider  Member of the INETA Speakers.
Introduction to VB.Net ITE-370. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new.
Road to the Cloud Patrick Hynds, Microsoft Regional Directory, President of DTS, Inc.
Hello World An obligatory first program. C++ C developed in 1971 C++ developed in 1983 – Standardized in 1998 – Updated in 2011, again in 2014
Jeremy Thake Technical Product Building cross-platform apps that integrate with O365 API’s using Xamarin in Visual Studio.
02 | Introduction to Express Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
02 | Introduction to Express Framework Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
Ionic & Cordova crash course Ivan Varga
ineta  Solutions Architect & Trainer  Microsoft MVP (10 years and running!)  ASP Insider  VSX Insider  C# Insider  Azure Insider  Member of the.
Jeremy Thake Technical Product Building Apps for Office using Visual Studio.
Building Web Applications using the latest ASP.NET technologies Max Déboli Director de Desarrollo Microsoft Azure MVP Lagash
Online Conference June 17 th and 18 th Modern SharePoint Development using Visual Studio Code.
APP DESIGN AND DEVELOPMENT WITH THE IONIC FRAMEWORK Chuck Leone
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.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Why you should be using VSTSWhy you should be using VSTS Visual Studio Team Services (VSTS) Nathan Lasnoski Vice President of blog.concurrency.com.
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
Improving Your Application with IntelliTrace #ITDevConnections.
Integrating Power BI with Excel 2016 and Excel Online
Eric Flamm Flamm Consulting, Inc.
Xamarin Mac application development
Visual Studio 2017 By Michael Washington
Office Add-ins Intro and Development
What's new in the world of SharePoint development and deployment
DotNetNuke® Web Application Framework
Automate Custom Solutions Deployment on Office 365 and Azure
Build Native Mobile Apps using JavaScript and Ionic
Multi-Device Hybrid Apps What, Why, and When to Use Hybrid Development Option Ervin Loh ALM Program Manager
Nano Server in the cloud - some real use cases to take away
Hybrid Mobile Applications
Build Better Apps with MEAN.
Quicken Connection issues Number More info :
Introduction to SharePoint Framework (SPFx)
Nick Trogh Technical Evangelist, Microsoft.
Quicken Problems with Application
Quicken Issues With Chase Bank
How can I Recover My Quicken Password
Quicken Technical Help You need to follow the steps for installing the software carefully. Once it is done, you can pick up phone and call Quicken technical.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Django in the real world
Microsoft Virtual Academy
Office 365 Development July 2014.
Introduction to SharePoint Framework (SPFx)
Office 365 Development.
QUICKEN SUPPORT NUMBER.
Streamline Manual Testing Using Cordova Simulate
Rich single page applications with SharePoint
Office 365 Development July 2014.
Tiberiu Covaci Senior Technical Trainer Many-core
Visual Studio Code + Ionic
Introduction to azure CLI 2.0
1/17/2019 9:05 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Workflow Development using Visual Studio 2017 for SharePoint online
Microsoft Ignite /17/2019 6:00 PM
TechEd /22/2019 9:22 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Office 365 Development.
Lighting Up Real-time Web Communications with SignalR
Microsoft Bot Framework
SharePoint Framework The SPSEvents site wouldn’t let me add the link to my presentation so I uploaded a PowerPoint with a link to my sway.
Chapter 2 Ionic Installation
Introduction.
What’s Happening with my App, Application Insights?
Presentation transcript:

Write Once, Run Everywhere Joseph Guadagno jguadagno@hotmail.com @jguadagno http://jjg.me/aboutJJG

About Joseph Guadagno Director, Technology at Quicken Loans Organizer of Desert Code Camp Microsoft “Developer Services” MVP Father of 2, husband to 1 Former President and Vice President of INETA North America (2007-2015) Founder of the Southeast Valley .NET User Group (SEVDNUG) in Chandler, AZ (2007-2013) Currently serving on my the City of Chandler‘s Parks and Recreation board (since 2010) Telerik MVP (2010 to 2012) Microsoft Visual Basic MVP (1996)

Agenda Build an Application

Building an Application

Install NPM (Node Package Manager) Install Ionic Install Cordova Required Libraries Install NPM (Node Package Manager) http://nodejs.org Install Ionic npm install –g ionic Install Cordova npm install –g cordova npm install –g ionic cordova

Create the Application Shell ionic start <projectName> <templateName>

Ionic Templates Template Url tabs * https://github.com/ionic-team/ionic-starter-tabs sidemenu https://github.com/ionic-team/ionic-starter-sidemenu blank https://github.com/ionic-team/ionic-starter-blank super https://github.com/ionic-team/ionic-starter-super tutorial https://github.com/ionic-team/ionic-starter-tutorial

Let’s Build an Application

Joseph Guadagno jguadagno@hotmail.com @jguadagno http://jjg.me/aboutJJG

Questions?

References

Urls http://ionicframework.com http://play.ionic.io http://lab.ionic.io/ http://ionicframework.com/docs/resources/ http://market.ionic.io/ https://github.com/microsoft/ionic-azure-conference- app