Download Now !!! Visual Studio 2015 RC with Install latest Windows 10 OS (10.0.10075.0) insider.windows.com Install VS 2015 RC w/ Universal Windows.

Slides:



Advertisements
Similar presentations
Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
Advertisements

CodeTitleSpeaker BRK2310From the Small Screen to the Big Screen: Building Universal App Experiences with XAMLHarini Kannan.
Create a C#/VB Universal Windows Project Develop and Debug Debug x86|x64|ARM.
Introducing the UWP.
请点击以下链接下载 WinHEC 的演讲材料 Download WinHEC presentations here:
Install latest Windows 10 OS ( ) insider.windows.com Install VS 2015 RC w/ Universal Windows SDK & Tools Build your.
There has never been a better time to build a game that targets PC, tablets, phone and Xbox!
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
Windows Windows Phone Azure … and WakeUpAndCode.com.
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
Windows Camp #wincamp Windows Camp Игорь Сычев Premier Field Engineer, Microsoft Что нового/полезного принесла VS2015 для разработчиков приложений.
Easy for users to get & stay current Unified core and app platform Windows Phone 7.5 Windows Phone 8 Windows Phone 8.1 Windows 8 Xbox One Windows on Devices.
Windows Binary Phone Binary Windows universal Desktop PC 2 in 1 Mobile Tablet Phablet Phone Xbox IoT Band IoT headless Raspberry Pi Home.
Easy for users to get & stay current Unified core and app platform Windows Phone 7.5 Windows Phone 8 Windows Phone 8.1 Windows 8 Xbox One Windows on Devices.
Lagash Systems Mariano Sánchez – Software
IoT HoloLens Surface Hub Windows Desktop Windows Mobile Xbox ONE CORE OS ONE APP PLATFORM ONE STORE Windows 10.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
Easy for users to get & stay current Unified core and app platform Windows Phone 7.5 Windows Phone 8 Windows Phone 8.1 Windows 8 Xbox One Windows on Devices.
Bridges to the Magickal Faerie Land of Windows 10 Hannes Nel M263.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Universal Apps: A Developers Guide Keith Patton – Marker Metro M257.
Installation of Visual Studio Android emulator and Android Studio
Developing Universal Windows Apps in Visual Studio 2015.
The Windows 10 App platform: an introduction to the UWP Andy Wigley b:
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
Understanding Mobile Devices, Interactions, and Tools Lesson 1.
TEARING THE DOWN ing Jim Wooley Jim Wooley
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
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
Danijel Malik Visual Studio ALM MVP Build 2014 What’s new for Visual Studio 2013 and Visual Studio Online.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Porting your Unity Game to the Windows Store Jump Start
Introduction to Xamarin C# Everywhere
Introducing the Windows Mobile development
Unleash .NET 2015 in your apps
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
DotnetConf 9/10/2018 7:49 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
The Universal Windows Platform
Browsers and Web Platforms
Tooling Breakout Session
Getting Started with Visual Studio Tools for Tizen
Microsoft Connect /23/2018 5:27 PM
Microsoft Build /13/2018 2:24 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Customizing your device experience with assigned access
MonoGame and Windows 8.
Introduction to Silverlight
What’s new for developers in Windows 10 Version 1511 Developer’s Guide to Windows 10 Build SDK Update Andy
Microsoft Build /8/2018 8:41 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Building Modern Web Apps with ASP.NET MVC 6
DotnetConf 11/14/2018 3:27 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Microsoft Ignite /14/ :21 AM BRK2101
Windows 8 & Phone 8 App Development suresh M 11/14/2018
Build /20/2018 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
Windows 10 Preview Andy & Jerry
Microsoft Build /24/2018 4:02 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Hosted Web Apps with Windows App Studio
Microsoft Connect /1/2018 2:36 AM
Windows SDK for Facebook
Office 365 Development.
Open Automation Software
Korea Software HRD Center
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Build /20/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
5/25/2019 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Visual Studio 2008.
Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek
Build /24/ What's new for Azure developers in Visual Studio 2013 update 2 and Azure SDK 2.3 Dan Fernandez Principal PM
Presentation transcript:

Download Now !!! Visual Studio 2015 RC with Install latest Windows 10 OS ( ) insider.windows.com Install VS 2015 RC w/ Universal Windows SDK & Tools Build your first Universal Windows App

Desktop Mobile Xbox IoT Holographic Surface Hub Universal Windows Platform Core APIs

Best developer experience for building Universal Windows apps Deploy/Debug/Profile Simulator Local Machine Mobile Emulators Remote Machine Device XAML Designer/Intellisense All other features work at parity with Windows 10, except: Deploy/Debug/Profile Remote Machine Device XAML Intellisense All other features work at parity with Windows 10, except: Deploy/Debug/Profile Mobile Emulators Remote Machine Device XAML Intellisense No WACK (Server R2)

<TargetDeviceFamily Name="Windows.Universal" MinVersion=" " MaxVersionTested=" " />

<TargetDeviceFamily Name="Windows.Universal" MinVersion=" " MaxVersionTested=" " />

if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent ("Windows.Phone.UI.HardwareButtons")) { Windows.Phone.UI.Input.HardwareButtons.BackPressed += HardwareButtons_BackPressed ; }

CodeTitleSpeaker BRK2310From the Small Screen to the Big Screen: Building Universal App Experiences with XAMLHarini Kannan

 <FileList  TargetPlatform="UAP"  MinVSVersion="14.0"  SDKType="External"  TargetPlatformMinVersion=" "  TargetPlatformVersion=" "  DisplayName = "Sample Extension SDK"  AppliesTo = "WindowsAppContainer + (Managed | Javascript)"  SupportsMultipleVersions="Error"> 

<Identity Id="Microsoft.PlayerFramework.Win10.XAML.f1f3ff2b c ce64eda4130" Version="1.0“ Language="en-US" Publisher="Microsoft" /> Microsoft Player Framework for Windows 10 XAML UAP <InstallationTarget Id="Microsoft.ExtensionSDK" TargetPlatformIdentifier="Windows Kits" TargetPlatformVersion="10" SdkName="Microsoft.PlayerFramework.Xaml" SdkVersion="1.0" /> <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft.NET Framework" Version="[4.5,)" />

Universal 8.1 App <TargetDeviceFamily Name="Windows.Mobile" MinVersion=“ “ MaxVersionTested=“ "/>

Create a C#/VB Universal Windows Project Build & Run Debug x86|x64|ARM (Uses app local Core CLR) Test Scenarios Release x86|x64|ARM (Uses.NET Native tool chain)

CodeTitleDate and Time BRK3720Application Insights for Any App: Must-Have Tool for Understanding Your Customers Wednesday, May 6 3:15pm - 4:30pm BRK2310From the Small Screen to the Big Screen: Building Universal App Experiences with XAML Friday, May 8 9:00am - 10:15am BRK2313Getting Started with Windows XAMLWednesday, May 6 5:00pm - 6:15pm BRK1303Introducing Windows 10 Development and App ModelMonday, May 4 3:15pm - 4:30pm BRK1306New Universal UI/UX Features: How Building Universal Apps with XAML Just Got Easier Friday, May 8 12:30pm - 1:45pm

Q&A Harikrishna Menon Program