Microsoft Developer Tour msdevtour ru Microsoft Developer Tour

  • Slides: 40
Download presentation
Microsoft Developer Tour Технологическая экспедиция msdevtour. ru

Microsoft Developer Tour Технологическая экспедиция msdevtour. ru

Microsoft Developer Tour Технологическая экспедиция #msdevtour

Microsoft Developer Tour Технологическая экспедиция #msdevtour

80% одинаковый XAML Общие Button Toggle. Switch Check. Box Slider Radio. Button Progress. Bar

80% одинаковый XAML Общие Button Toggle. Switch Check. Box Slider Radio. Button Progress. Bar Оптимизированные 20% разница Визуально разные Date. Picker Time. Picker Command. Bar App. Bar Hub, Pivot List. View, Grid. View

DEMO

DEMO

Partial Classes /// <summary> /// Data. Source. cs /// </summary> public partial class Data.

Partial Classes /// <summary> /// Data. Source. cs /// </summary> public partial class Data. Source : IData. Source { public async Task<IEnumerable<IFolder>> Retrieve. Folders(IFolder root) {. . . // other logic var folders = await Load. Folders(root); . . . // other logic return folders } } /// <summary> /// Data. Source. WP. cs /// </summary> public partial class Data. Source { private async Task<IEnumerable<IFolder>> Load. Folders(IFolder root) {. . . } }

Что делать с Windows Phone?

Что делать с Windows Phone?

Windows 8 XAML+C#/VB Windows Phone XAML+C#/VB i. OS Android Objective C Java Xamarin /

Windows 8 XAML+C#/VB Windows Phone XAML+C#/VB i. OS Android Objective C Java Xamarin / Mono Universal App HTML 5 + JS (Apache Cordova) C++ / Direct. X Mono. Game / XNA Unity OS X / Linux * Web HTML

Developer Preview

Developer Preview

© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows Vista and other product names

© 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U. S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

© 2015 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics

© 2015 Microsoft Corporation. All rights reserved. Microsoft, Windows, Office, Azure, System Center, Dynamics and other product names are or may be registered trademarks and/or trademarks in the U. S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.