Ta spletna stran hrani piškotke, da bi vam zagotovili boljšo uporabniško izkušnjo in popolno funkcionalnost te strani.

Analitične piškotke uporabljamo s storitvijo Google Analytics, samo z vašo privolitvijo. Sprejemam Zavrnitev Več informacij
Arhiv predavanj

Connecting UWP Apps to the Cloud

The Universal Windows Platform (UWP) allows you to build a single app using one SDK, deploying to one store, creating one app package that can run across many different Windows 10 devices. But all this convergence is useless unless you also create a connected user experience so that whichever of their devices they pick up, your user can get to their data and continue a task on one device that they started on another. And for that you need to have some kind of mobile backend in the cloud. The UWP APIs give you some help here with the roaming folder automatically syncing data across a user’s devices but that falls short of a general purpose data syncing engine. You could also use OneDrive as a mechanism to store data and share across devices. But for a fully functional solution with support for authentication, offline operation, data sync with conflict detection and push notifications you need Azure App Service Mobile Apps. In this session, we will look at all these techniques for sharing state through the cloud, with particular emphasis on building a mobile backend in Azure App Service Mobile Apps.

Andy Wigley

Microsoft

Andy Wigley works as a Senior Developer Evangelist for Microsoft DX (Developer eXperience), responsible for developer education, workshops and events around Windows 10 and the Universal Windows Platform. He joined Microsoft in 2012, and before that was a prominent member of the mobile app developers’ community and was proud to be awarded as a Microsoft Most Valuable Professional (MVP) for 10 consecutive years. Andy is well-known for the Developers’ Guide to Windows 10 and Windows Phone JumpStart videos which are available on Microsoft Virtual Academy and on http://channel9.msdn.com. He has written a number of books for developers published by Microsoft Press and is a regular speaker at major industry conferences.