Mobile Client

T07 Building Truly Universal Applications with Windows, Xamarin and MVVM

03/14/2017

10:45am - 12:00pm

Level: Intermediate

Laurent Bugnion

Senior Global Azure Advocate

Microsoft

With Windows 10 supporting an unprecedented number of platforms and form factors (from IoT and phones to tablets and laptops, from desktops to Xbox and SurfaceHub to even the new HoloGraphic computer HoloLens), the name "Windows 10 Universal application" is fairly accurate. To be honest, though, shouldn't a truly Universal application run on Windows 7, iOS and Android devices too?

Thankfully, this is possible thanks to a clever architecture pattern named Model-View-ViewModel, the .NET portable class libraries and the Xamarin frameworks. With these tools, you can structure an application so most of the code is shared across all the platforms. Then you can build truly native UI that adapts without any compromises to the device upon which it runs. This session will help you understand how to build such universal applications. You'll gain practical knowledge with a lot of demos. Come listen to the creator of the popular MVVM Light Toolkit how this powerful but simple library can be leveraged to help you target more users than you ever imagined.

You will learn:

  • Where Xamarin shines for cross platform applications
  • How to share and test even more code
  • How MVVM Light helps you save time