SECURITY public class Person { [JsonProperty(PropertyName = "id")] public string Id { get; set; } [JsonProperty(PropertyName = "name")] public string Name { get; set; } } Client Model public class Person : EntityData { public string Name { get; set; } } Service Model public class EntityData { public string Id { get; set; } public byte[] Version { get; set; } public DateTime CreatedAt { get; set; } public DateTime UpdatedAt { get; set; } public bool Deleted { get; set; } } EntityData
REMOTE DEBUGGER ▪ Es kann ein Debugger auf den Azure Service attached werden DIAGNOSTIC LOGGING ▪ Logging für App Service & Web Server ▪ Konfiguration: Monitoring/Diagnostic logs LOG STREAM ▪ Realtime Tracing ▪ Aktivierung: Monitoring/Log stream
MIT XAMARIN: GET STARTED ▪ https://docs.microsoft.com/de-de/azure/app-service-mobile/app-service-mobile- xamarin-forms-get-started QUICKSTARTS FOR MICROSOFT AZURE MOBILE APPS ▪ https://github.com/Azure/azure-mobile-apps-quickstarts MOBILE APPS DEVELOPER FORUM ▪ https://social.msdn.microsoft.com/forums/azure/en-US/home?forum=azuremobile