Download presentation
Presentation is loading. Please wait.
Published byPhilomena Horn Modified over 9 years ago
3
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 SDK & Tools www.visualstudio.com Build your first Universal Windows App
6
Desktop Mobile Xbox IoT Holographic Surface Hub Universal Windows Platform Core APIs
7
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)
9
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10069.0" MaxVersionTested="10.0.10069.0" />
10
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10069.0" MaxVersionTested="10.0.10069.0" />
12
if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent ("Windows.Phone.UI.HardwareButtons")) { Windows.Phone.UI.Input.HardwareButtons.BackPressed += HardwareButtons_BackPressed ; }
13
CodeTitleSpeaker BRK2310From the Small Screen to the Big Screen: Building Universal App Experiences with XAMLHarini Kannan
15
<FileList TargetPlatform="UAP" MinVSVersion="14.0" SDKType="External" TargetPlatformMinVersion="10.0.10069.0" TargetPlatformVersion="10.0.10069.0" DisplayName = "Sample Extension SDK" AppliesTo = "WindowsAppContainer + (Managed | Javascript)" SupportsMultipleVersions="Error">
16
<Identity Id="Microsoft.PlayerFramework.Win10.XAML.f1f3ff2b-1658-456c-9862-0ce64eda4130" 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,)" />
21
Universal 8.1 App <TargetDeviceFamily Name="Windows.Mobile" MinVersion=“ “ MaxVersionTested=“ "/>
24
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)
26
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
27
Q&A Harikrishna Menon Program Manager harikm@microsoft.com @devatmic
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.