Questions
- What benefits do Azure mobile services offer over other type of offer services?
- What is special about the administrative authorization level?
- Why might a
TableController
cause us problems with an existing database schema and what options do we have to help us? - What base class should scheduled jobs implement and how are they called?
- How can we relate an OAuth provider authenticated user from a mobile service to a user created by an MVC website?
- What does the Enable unauthenticated push notifications under the windows phone notifications settings (mpns) setting in the mobile service's PUSH tab do?
- Which object contains the user credentials after a successful login from a
MobileServiceClient
instance? - In the
DataServiceBase
class, why is theMobileServiceClient
variable markedstatic
? - In a Windows Phone app, which capability needs enabling and where is it configured?
- When we call the
NotificationHub.RegisterNativeAsync
method, what does thetagExpression
parameter do? - Which NuGet package...