Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Building Windows Store Apps with Azure

Posted By: Landau17
Building Windows Store Apps with Azure

Building Windows Store Apps with Azure
MP4 | Video: 720p | Duration: 2:54:42 | English | Subtitles: VTT | 857.7 MB



Windows Azure services can add a lot of functionality to your Windows Store apps, with very little work. This course focuses on just four of its many features: tables, blobs, mobile services, and push notifications. Author Michael Lehman shows how to store data using the Azure Tables API and blobs—binary data containers that make it easy to save images and other information. He also shows how to send email with SendGrid and SMS messages with Twilio, services you can integrate with your app using the Azure Mobile Services API. Last, he'll show you how to send push notifications, which allows you to very simply message millions of devices—or at least however many are running your app.

Topics include:
  • What is Windows Azure?
  • Creating Azure tables
  • Inserting, updating, and deleting data in tables
  • Uploading a blob to Windows Azure storage
  • Using shared access signatures
  • Implementing mobile services
  • Adding push notifications