SlideShare a Scribd company logo
1 of 57
https://www.facebook.com/k.net.io
//Build// Mini 2015
Universal Windows Platform、Edge、Visual Studio Code、
Cordova
Ian
2015.6.6
https://www.facebook.com/k.net.io
• Microsoft MVP (ASP.NET)
• TechDays 2014 講師
• MVP 2015 微軟實戰課程日 講師
• html5 & javascript程式開發實戰書籍共同作者
• K.NET 社群創辦成員
• Study4.TW 社群成員
• www.dotblogs.com.tw/ian
• Ian.msmvp@outlook.com
About Me
https://www.facebook.com/k.net.io
Agenda
• Windows 10 Universal Windows Platform
• Edge
• Visual Studio
• Cross Platform App - Cordova
https://www.facebook.com/k.net.io
Universal Windows Platform
https://www.facebook.com/k.net.io
Windows 10
http://windows.microsoft.com/zh-tw/windows/preview-iso
https://www.facebook.com/k.net.io
Windows 10
Home Mobile Pro Eterprise Education Mobile Enterprise
PC、平板電腦 智慧型手機和小
型平板電腦
Base
on Windows 10
Home for小型企
業
Base
on Windows 10
Pro for 中大型
企業
Base
on Windows 10
Enterprise
for 學校職員、
系統管理員、教
師和學生設計的
版本
針對企業客戶所
使用的智慧型手
機和小型平版電
腦所設計
http://blogs.technet.com/b/technet_taiwan/archive/2015/05/20/windows-10-editions-
introduction.aspx
Windows 10 上市的第一年提供 Windows 7、Windows 8.1 和 Windows Phone 8.1 裝置免費升級
Windows 10 Home、Windows 10 Mobile 和 Windows 10 Pro 完整版。
https://www.facebook.com/k.net.io
One store, one dev center
IoT
HoloLens
Surface Hub
ONE APP PLATFORM
ONE STORE
ONE CORE OS
https://www.facebook.com/k.net.io
Universal Windows Platform
• Windows 8 Universal apps
• Windows 8 (8.1)
• Windows Phone
• Universal Windows Platform
(UWP)
• 手機、平板電腦、電腦,以及即將加
入的 Xbox
XboxIoT
Universal
Windows Platform
Core APIs
https://www.facebook.com/k.net.io
Phone Small Tablet
2-in-1s
(Tablet or Laptop)
Desktops
& All-in-OnesPhablet Large Tablet
Classic
Laptop
Xbox IoTSurface Hub Holographic
Windows 10
https://www.facebook.com/k.net.io
One Store +
One Dev Center
Reuse Existing
Code
One SDK +
Tooling
Adaptive
User Interface
Natural
User Inputs
One Universal Windows Platform
https://www.facebook.com/k.net.io
Dev
• create a single app package
• Unified Developer Platform - 統一開發平台
• provides a guaranteed core API layer across devices
• Adaptive Code
• across all device types
https://www.facebook.com/k.net.io
Dev
• Best developer experience for
building Universal Windows apps
• Deploy/Debug/Profile
• Simulator
• Local Machine
• Mobile Emulators
• Remote Machine
• Device
• XAML Designer/Intellisense
Windows 10
All other features work at parity with
Windows 10, except:
• Deploy/Debug/Profile
• Mobile Emulators
• Remote Machine
• Device
• XAML Intellisense
• No WACK (Server R2)
Windows 8.1
Windows Server 2012 R2
All other features work at parity with
Windows 10, except:
• Deploy/Debug/Profile
• Remote Machine
• Device
• XAML Intellisense
Windows 7
https://www.facebook.com/k.net.io
Dev
• C++, C#, Visual Basic, and JavaScript
• DirectX , XAML, Html
https://www.facebook.com/k.net.io
Dev
• Add Extensions
https://www.facebook.com/k.net.io
Dev
• Windows.Foundation.Metadata.ApiInformation
• IsTypePresent
bool isHardwareButtonsAPIPresent =
Windows.Foundation.Metadata.ApiInformation.IsTypePresent
("Windows.Phone.UI.Input.HardwareButtons");
if (isHardwareButtonsAPIPresent)
{
Windows.Phone.UI.Input.HardwareButtons.CameraPressed
+= HardwareButtons_CameraPressed;
}
https://www.facebook.com/k.net.io
Dev
• Windows.Foundation.Metadata.ApiInformation
• IsTypePresent,IsEventPresent, IsMethodPresent,
IsPropertyPresent,IsApiContractPresent
bool isHardwareButtons_CameraPressedAPIPresent =
Windows.Foundation.Metadata.ApiInformation.IsEventPresent
("Windows.Phone.UI.Input.HardwareButtons", "CameraPressed");
https://www.facebook.com/k.net.io
Dev
https://www.facebook.com/k.net.io
Ref
• http://channel9.msdn.com/Series/A-Developers-Guide-to-
Windows-10
• http://www.microsoftvirtualacademy.com/training-
courses/a-developers-guide-to-windows-10
https://www.facebook.com/k.net.io
Universal Windows Platform Bridge
https://www.facebook.com/k.net.io
UWP Bridge
project-islandwoodproject-astoria Project Centennial Project Westminster
Windows 10 UWP
https://www.facebook.com/k.net.io
Project Astoria (java)
• 最大程度的Reuse code - Build Windows apps for phones with
few code changes
• Use a Microsoft interoperability library
• Test and debug your app from your preferred IDE
• 部份Android UI會轉換為Windows Phone原生UI (Not 100%)
• 使用java直接呼叫Windows Phone專用API(動態磚)
• https://dev.windows.com/en-US/ProjectAPreviewSignup
https://www.facebook.com/k.net.io
Project Astoria (java)
+
Your Android Code
(Project Astoria SDK & App analysis)
+
Your app in the
Windows Store
Your IDE
(Project Astoria Plugins)
Your dev
machine
+
Windows
Magic
Live tiles
…
IntelliJ
Android
Studio
Eclipse
Windows
Mac
https://dev.windows.com/en-US/ProjectAPreviewSignup
https://www.facebook.com/k.net.io
Project Islandwood (Objective c)
• Import Xcode® projects into Visual Studio
• Build and debug your Objective-C code from Visual Studio
• future - support Swift
• Success project - Candy Crash Saga
• https://projectipreviewsignup.windows.com/
https://www.facebook.com/k.net.io
Ref
• https://dev.windows.com/zh-TW
• https://github.com/Microsoft/Windows-universal-samples
• https://msdn.microsoft.com/zh-
tw/library/windows/apps/dn894631.aspx
• https://dev.windows.com/en-US/uwp-bridges
• https://projectipreviewsignup.windows.com/
• http://channel9.msdn.com/Events/Build/2015/2-692
https://www.facebook.com/k.net.io
Microsoft Edge
https://www.facebook.com/k.net.io
Microsoft Edge
I am IE Who am I ?
Edge
https://www.facebook.com/k.net.io
Microsoft Edge
• Project Spartan
• New rendering engine Base onTrident 重新改寫
• IE11 on Win 10 + for 企業舊系統使用 ( 盡早升級應用系統 )
• 不再支援IE專用技術(ActiveX、VBScript…)
• 符合更多HTML5、JavaScript標準
https://www.facebook.com/k.net.io
掰掰
https://www.facebook.com/k.net.io
New & updated HTML5 features
CSS
• @supports
• Flexbox standards update
• dppx unit
• transform-style: preserve-3d
• Filter effects
Storage & networking
• HTTP/2
• Content security policy
• Web Crypto API updates
• HSTS (HTTP Strict Transport Security
Media & RTC
• Media capture
• HLS
• WebAudio
• Video Tracks
• WAV Audio support
Input & Editing
• Touch events
• Pointer lock API
• Media Queries L4 - Interaction
• Selection API
• Gamepad API
JavaScript
• ES6 Math, Number, String, RegExp &
Object built-ins
• Arrow functions, Enhanced object
literal, Template strings, Default,
Rest, Spread
• Map, Set, Weakmap, __proto__,
Proxies
• Let, Const, Promises, Classes
DOM & Graphics
• SVG foreignobject
• SVG attribute animation
• Complete WebGL support
• DOM event constructors
• DOM Level 3 XPath
Shipped
Preview Release
In development
https://www.facebook.com/k.net.io
Mobile Issues
• Use IE redirect to www.xxx.xxx
• Use Chrome redirect to www.xxx.xxx/mobile/....
Change User Agent String
https://www.facebook.com/k.net.io
Microsoft Edge
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/39.0.2171.71 Safari/537.36 Edge/12.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko)
Version/8.0 Safari/600.1.25
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/40.0.2214.93 Safari/537.36
https://www.facebook.com/k.net.io
Dev
https://www.facebook.com/k.net.io
Visual Studio
https://www.facebook.com/k.net.io
Visual Studio 2015
https://www.facebook.com/k.net.io
Visual Studio 2015
https://www.visualstudio.com/products/vs-2015-product-editions
https://www.facebook.com/k.net.io
Visual Studio 2015
• Visual Studio Tools for Apache Cordova
• Visual Studio Emulator for Android
• Visual Studio Tools for Universal Windows App Development
• Git 版本控制加強
• CodeLens
https://www.facebook.com/k.net.io
Visual Studio 2015
• Support bower package manager
• bower.json
• bower install
• bower_components folder
https://www.facebook.com/k.net.io
Visual Studio Code
• Editor
• Support
• Intellisense
• Version Control - Git
• https://code.visualstudio.com
https://www.facebook.com/k.net.io
Visual Studio Code
https://www.facebook.com/k.net.io
Dev
https://www.facebook.com/k.net.io
Ref
• https://code.visualstudio.com/Docs/
https://www.facebook.com/k.net.io
Cross Platform App Tool
https://www.facebook.com/k.net.io
Hybrid App
Native APP Web APP Hybrid APP
https://www.facebook.com/k.net.io
Hybrid App
• Cross platform
• Fast - Web to app
• 對講求高效的app較不合適(Game、3D)
• UI驗體較無法發揮平台特性
https://www.facebook.com/k.net.io
Hybrid App Dev
• PhoneGap / Cordova
• written once,run everywhere
• 跨平台通用的JavaScript API
• Titanium
• 針對特定平台制定API,追求提供平台特性的使用者體驗
• 使用特定的IDE開發工具
https://www.facebook.com/k.net.io
Cross Platform App Dev
C# + XIB C# + AXML C# + XAML
Native UI Native UI Native UI
Black Box
https://www.facebook.com/k.net.io
Visual Studio Tools for Apache Cordova
• Build apps for iOS, Android, and Windows
• Build mobile apps using HTML, CSS, and JavaScript
• Flexibility to use any JavaScript framework
• Native device access with support for common
and custom plug-ins exposed as JavaScript APIs
https://www.visualstudio.com/en-US/explore/cordova-vs
https://www.facebook.com/k.net.io
Visual Studio Tools for Apache Cordova
• 封装Native的功能,提供跨平台一致性Device API
• 將Html、CSS、JavaScript 打包成APP
https://www.facebook.com/k.net.io
Microsoft Services Custom API’s
Application LogicUser Experience
Open-source front-end frameworks
http://plugins.cordova.io
Mobile Platform Development
Examples of plugins for interfacing with device capabilities
https://www.facebook.com/k.net.io
Visual Studio Tools for Apache Cordova
• Android
• Physical device
• New Visual Studio Android Emulator
• Android Emulator, belonging to the Android SDK
• Apache Ripple Emulator
https://www.facebook.com/k.net.io
Visual Studio Tools for Apache Cordova
• iOS
• Physical device
• iOS Emulator
• Apache Ripple Emulator
https://www.facebook.com/k.net.io
Visual Studio Tools for Apache Cordova
• Windows
• Physical device
• Visual Studio emulators for Windows Phone and Windows
https://www.facebook.com/k.net.io
Dev
https://www.facebook.com/k.net.io
Ref
• https://www.visualstudio.com/en-us/features/cordova-
vs.aspx
• https://msdn.microsoft.com/zh-
tw/library/dn879821(v=vs.140).aspx
https://www.facebook.com/k.net.io
FAQ
https://www.facebook.com/k.net.io
//Build// Mini 2015 課後問卷
• 每週三會有常態性聚會活動 (於星巴克裕誠店,近巨蛋捷運站)
https://www.facebook.com/k.net.io
活動預告

More Related Content

What's hot

What's hot (20)

Steps to contribute to firefox os (gaia)
Steps to contribute to firefox os (gaia)Steps to contribute to firefox os (gaia)
Steps to contribute to firefox os (gaia)
 
Making the Mobile Web Native with PhoneGap
Making the Mobile Web Native with PhoneGapMaking the Mobile Web Native with PhoneGap
Making the Mobile Web Native with PhoneGap
 
Game On with Windows & Xbox One!
Game On with Windows & Xbox One!Game On with Windows & Xbox One!
Game On with Windows & Xbox One!
 
Xbox One Dev Mode
Xbox One Dev ModeXbox One Dev Mode
Xbox One Dev Mode
 
Native Android Development with Spring
Native Android Development with SpringNative Android Development with Spring
Native Android Development with Spring
 
Intro to Appcelerator Titanium - Code for Fort Lauderdale 2015
Intro to Appcelerator Titanium - Code for Fort Lauderdale 2015Intro to Appcelerator Titanium - Code for Fort Lauderdale 2015
Intro to Appcelerator Titanium - Code for Fort Lauderdale 2015
 
C# Powered Robots, C# Powered Mobile Apps
C# Powered Robots, C# Powered Mobile AppsC# Powered Robots, C# Powered Mobile Apps
C# Powered Robots, C# Powered Mobile Apps
 
Developing windows 10 universal apps
Developing windows 10 universal appsDeveloping windows 10 universal apps
Developing windows 10 universal apps
 
Sitecore SPEAK3 presentation
Sitecore SPEAK3 presentationSitecore SPEAK3 presentation
Sitecore SPEAK3 presentation
 
How to start SPEAK3 development
How to start SPEAK3 developmentHow to start SPEAK3 development
How to start SPEAK3 development
 
Lezione 02 React and React Native installation and Configuration
Lezione 02   React and  React Native installation and ConfigurationLezione 02   React and  React Native installation and Configuration
Lezione 02 React and React Native installation and Configuration
 
Ionic Mobile Applications - Hybrid Mobile Applications Without Compromises
Ionic Mobile Applications - Hybrid Mobile Applications Without CompromisesIonic Mobile Applications - Hybrid Mobile Applications Without Compromises
Ionic Mobile Applications - Hybrid Mobile Applications Without Compromises
 
Top 10 Differences between developing Windows Phone and Store apps
Top 10 Differences between developing Windows Phone and Store appsTop 10 Differences between developing Windows Phone and Store apps
Top 10 Differences between developing Windows Phone and Store apps
 
Lesson 02 - React Native Development Environment Setup
Lesson 02 - React Native Development Environment SetupLesson 02 - React Native Development Environment Setup
Lesson 02 - React Native Development Environment Setup
 
Native Android Development Practices
Native Android Development PracticesNative Android Development Practices
Native Android Development Practices
 
Android app development Hybrid approach for beginners
Android app development  Hybrid approach for beginnersAndroid app development  Hybrid approach for beginners
Android app development Hybrid approach for beginners
 
Visual Studio 2017 Launch Event
Visual Studio 2017 Launch EventVisual Studio 2017 Launch Event
Visual Studio 2017 Launch Event
 
Intro to Ionic for Building Hybrid Mobile Applications
Intro to Ionic for Building Hybrid Mobile ApplicationsIntro to Ionic for Building Hybrid Mobile Applications
Intro to Ionic for Building Hybrid Mobile Applications
 
Xcoders - iOS & Android Development in C# with Xamarin
Xcoders - iOS & Android Development in C# with XamarinXcoders - iOS & Android Development in C# with Xamarin
Xcoders - iOS & Android Development in C# with Xamarin
 
Introduction to universal windows platform(uwp) app development
Introduction to universal windows platform(uwp) app developmentIntroduction to universal windows platform(uwp) app development
Introduction to universal windows platform(uwp) app development
 

Similar to Build mini - Windows 10 Dev & Cross platform Dev

Appcelerator Titanium Intro
Appcelerator Titanium IntroAppcelerator Titanium Intro
Appcelerator Titanium Intro
Nicholas Jansma
 
Cloudy with a Dash of Universal Apps
Cloudy with a Dash of Universal AppsCloudy with a Dash of Universal Apps
Cloudy with a Dash of Universal Apps
Shahed Chowdhuri
 
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGapBuilding Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Nick Landry
 
Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for android
Nicko Satria Consulting
 

Similar to Build mini - Windows 10 Dev & Cross platform Dev (20)

Staying connected: An Overview of Announcements from Microsoft’s Connect();
Staying connected: An Overview of Announcements from Microsoft’s Connect();Staying connected: An Overview of Announcements from Microsoft’s Connect();
Staying connected: An Overview of Announcements from Microsoft’s Connect();
 
Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015Windows 10 pentru dezvoltatori - InfoEducație 2015
Windows 10 pentru dezvoltatori - InfoEducație 2015
 
Community Tour Bologna
Community Tour BolognaCommunity Tour Bologna
Community Tour Bologna
 
The Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App DevelopmentThe Great Mobile Debate: Native vs. Hybrid App Development
The Great Mobile Debate: Native vs. Hybrid App Development
 
What's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET DevelopersWhat's new in Visual Studio for Mac for .NET Developers
What's new in Visual Studio for Mac for .NET Developers
 
Multi device development using visual studio (iOS, Android & Windows)
Multi device development using visual studio (iOS, Android & Windows)Multi device development using visual studio (iOS, Android & Windows)
Multi device development using visual studio (iOS, Android & Windows)
 
Mob324 Windows IoT Core Dave Glover Microsoft Australia
Mob324 Windows IoT Core Dave Glover Microsoft AustraliaMob324 Windows IoT Core Dave Glover Microsoft Australia
Mob324 Windows IoT Core Dave Glover Microsoft Australia
 
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-PlatformVisual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
Visual Studio 2015: novità per gli sviluppatori iOS, Android e Cross-Platform
 
Build Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilderBuild Your First iPhone or Android App with Telerik AppBuilder
Build Your First iPhone or Android App with Telerik AppBuilder
 
Appcelerator Titanium Intro
Appcelerator Titanium IntroAppcelerator Titanium Intro
Appcelerator Titanium Intro
 
Universal Apps for Windows 10
Universal Apps for Windows 10Universal Apps for Windows 10
Universal Apps for Windows 10
 
Cloudy with a Dash of Universal Apps
Cloudy with a Dash of Universal AppsCloudy with a Dash of Universal Apps
Cloudy with a Dash of Universal Apps
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Cross-Platform Native Apps in Java (budapest.mobile)
Cross-Platform Native Apps in Java (budapest.mobile)Cross-Platform Native Apps in Java (budapest.mobile)
Cross-Platform Native Apps in Java (budapest.mobile)
 
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGapBuilding Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
 
Xamarin v.Now
Xamarin v.NowXamarin v.Now
Xamarin v.Now
 
Develop android application with mono for android
Develop android application with mono for androidDevelop android application with mono for android
Develop android application with mono for android
 
DotNet Cologne 2015 - Windows 10 AppDev, Teil1: App Developer Basics- (Daniel...
DotNet Cologne 2015 - Windows 10 AppDev, Teil1: App Developer Basics- (Daniel...DotNet Cologne 2015 - Windows 10 AppDev, Teil1: App Developer Basics- (Daniel...
DotNet Cologne 2015 - Windows 10 AppDev, Teil1: App Developer Basics- (Daniel...
 
Developing Windows 10 Hosted Web Apps
Developing Windows 10 Hosted Web AppsDeveloping Windows 10 Hosted Web Apps
Developing Windows 10 Hosted Web Apps
 
Visual Studio IDE
Visual Studio IDEVisual Studio IDE
Visual Studio IDE
 

More from Ian Chen

More from Ian Chen (18)

AI and ML.NET
AI and ML.NETAI and ML.NET
AI and ML.NET
 
Azure bot service
Azure bot serviceAzure bot service
Azure bot service
 
AI and Machine Learning for .net developers
AI and Machine Learning for .net developersAI and Machine Learning for .net developers
AI and Machine Learning for .net developers
 
Azurebootcamp 2018
Azurebootcamp 2018Azurebootcamp 2018
Azurebootcamp 2018
 
Microsoft ai computer vision
Microsoft ai  computer visionMicrosoft ai  computer vision
Microsoft ai computer vision
 
Xamarin行動應用開發
Xamarin行動應用開發Xamarin行動應用開發
Xamarin行動應用開發
 
Mobile center
Mobile centerMobile center
Mobile center
 
第一科大Chatbot LUIS
第一科大Chatbot LUIS第一科大Chatbot LUIS
第一科大Chatbot LUIS
 
Azure blob storage & javascript client library
Azure  blob storage & javascript client library Azure  blob storage & javascript client library
Azure blob storage & javascript client library
 
Xamarin Dev Day
Xamarin Dev DayXamarin Dev Day
Xamarin Dev Day
 
Azure app service
Azure app serviceAzure app service
Azure app service
 
Azure document db
Azure document dbAzure document db
Azure document db
 
Html5
Html5Html5
Html5
 
ChatBot
ChatBotChatBot
ChatBot
 
Application insights
Application insights Application insights
Application insights
 
Universal windows apps 開發—運用 html 及 java script
Universal windows apps 開發—運用 html 及 java scriptUniversal windows apps 開發—運用 html 及 java script
Universal windows apps 開發—運用 html 及 java script
 
Global Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile serviceGlobal Azure Bootcamp 2015 Taichung : Mobile service
Global Azure Bootcamp 2015 Taichung : Mobile service
 
HTML CSS JavaScript 行動應用程式解決方案
HTML CSS JavaScript 行動應用程式解決方案HTML CSS JavaScript 行動應用程式解決方案
HTML CSS JavaScript 行動應用程式解決方案
 

Recently uploaded

Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
masabamasaba
 

Recently uploaded (20)

AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
WSO2Con2024 - From Blueprint to Brilliance: WSO2's Guide to API-First Enginee...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
WSO2CON 2024 - Navigating API Complexity: REST, GraphQL, gRPC, Websocket, Web...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 

Build mini - Windows 10 Dev & Cross platform Dev

Editor's Notes

  1. Project Hello Win 10 Windows Device Family Extension SDK
  2. 筆記功能 閱讀模式
  3. Demo Intellisense Demo command line Demo Customization
  4. Project Template +bootstrap +Winjs