SlideShare a Scribd company logo
1 of 13
Azure Mobile Services Introduction
Publishing & Remote Debugging
Offline Data Sync
Authenticate with Facebook
Push Notification
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile

More Related Content

More from Chaowlert Chaisrichalermpol (6)

Tuning a database for millions of users
Tuning a database for millions of usersTuning a database for millions of users
Tuning a database for millions of users
 
Front end development
Front end developmentFront end development
Front end development
 
Mobile app on Azure
Mobile app on AzureMobile app on Azure
Mobile app on Azure
 
Web Api vs MVC
Web Api vs MVCWeb Api vs MVC
Web Api vs MVC
 
Azure Introduction
Azure IntroductionAzure Introduction
Azure Introduction
 
Windows Azure Storage – Architecture View
Windows Azure Storage – Architecture ViewWindows Azure Storage – Architecture View
Windows Azure Storage – Architecture View
 

Azure Mobile

  • 1.
  • 2.
  • 3. Azure Mobile Services Introduction Publishing & Remote Debugging Offline Data Sync Authenticate with Facebook Push Notification

Editor's Notes

  1. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti
  2. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti
  3. Create Node.js Todo Web Create .NET Deploy as debug Remote debugging
  4. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti
  5. Add package WindowsAzure.MobileServices.SQLiteStore & add SQLite on Windows 8.1 Change from IMobileServiceTable to IMobileServiceSyncTable Uncomment InitLocalStoreAsync & SyncAsync (push everything, pull only todoitems) Uncomment SyncAsync (Support both occasionally disconnected & always disconnected) Soft Delete Conflict Management Library is available for Xamarin, iOS, & Andriod Use Table & Mongo DomainManager
  6. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti
  7. Setup LoginAsync
  8. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti
  9. Bind app to Microsoft store Register on login + Test noti INotificationHandler + send noti on post Send noti to specific user
  10. Mobile is big opportunity, but complicated, Azure makes it easy Unlike other services, Mobile Services comes with client components & services Data sometimes disconnected: offline data sync Get social information: Auth over mobile Recruited users: Push noti