Book Image

Learning Microsoft Azure

By : Geoff Webber Cross, Geoff Webber-Cross
Book Image

Learning Microsoft Azure

By: Geoff Webber Cross, Geoff Webber-Cross

Overview of this book

Table of Contents (19 chapters)
Learning Microsoft Azure
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Questions


  1. What benefits do Azure mobile services offer over other type of offer services?

  2. What is special about the administrative authorization level?

  3. Why might a TableController cause us problems with an existing database schema and what options do we have to help us?

  4. What base class should scheduled jobs implement and how are they called?

  5. How can we relate an OAuth provider authenticated user from a mobile service to a user created by an MVC website?

  6. What does the Enable unauthenticated push notifications under the windows phone notifications settings (mpns) setting in the mobile service's PUSH tab do?

  7. Which object contains the user credentials after a successful login from a MobileServiceClient instance?

  8. In the DataServiceBase class, why is the MobileServiceClient variable marked static?

  9. In a Windows Phone app, which capability needs enabling and where is it configured?

  10. When we call the NotificationHub.RegisterNativeAsync method, what does the tagExpression parameter do?

  11. Which NuGet package do...