The following posts make up a series of posts written during the development of a Real Estate Inspector template application. They cover a range of mobile and Azure related topics that will hopefully assist others as they run into technical challenges during development.
- Mobile First, Cloud First and How it Applies to Line of Business Software
- Field Engineer Sample for Azure Mobile Services
- Creating Your Solution and Your Azure Mobile Service
- Connecting Windows/Windows Phone Apps to Azure Mobile Service
- Updating the Data Model with Azure Mobile Service
- Adding a Relationship to the Azure Mobile Service Entity Model
- Updating the Windows and Windows Phone Applications with the new Azure Mobile Service Entities
- Synchronizing Data for Offline Access with Azure Mobile Service
- Improving the Differential Synchronisation using Azure Mobile Services
- Adding Xamarin.Forms Support
- Thinking About MVVM and View Models
- Building the Xamarin.Forms Basic Layout Using XAML
- Adding Azure Active Directory Authentication to Azure Mobile Service
- Requiring Authentication on the Azure Mobile Service
- Manually Using Fiddler to Authenticate
- Manually Using Fiddler to Authenticate (Part II – Actual Walkthrough)
- Accessing Authentication Required Mobile Service
- Authenticating With Azure Active Directory In Universal Windows Platform Applications
- Adding Azure Active Directory Authentication to Windows Phone 8.0 Application with Xamarin.Forms
- Adding Azure Active Directory Authentication to Android Xamarin.Forms Project
- Adding WPF Client with Azure Active Directory Authentication and Azure Mobile Service
- Active Directory Authentication with iOS with Xamarin.Forms
- Xamarin.Forms, Windows Phone, Azure Active Directory and iOS
- Debugging Azure Active Directory Authentication with Azure Mobile Service .NET Backend When Running Locally
- Accessing Active Directory Graph API from Azure Mobile Service using Azure Active Directory Authentication
- Augmenting Mobile Service Response with Azure Active Directory Group Membership
- Restricting Access to Azure Mobile Service Base on Azure Active Directory Group
- Handling MobileServiceConflictException with Azure Mobile Service with Offline Sync
- Invoking a Custom API in Azure Mobile Service
- Long Running Custom API Calls in Azure Mobile Service
- Long Running Azure Mobile Service Call With Feedback using SignalR
- Refactoring SignalR Feedback for Cross Platform with AutoFac and CommonServiceLocator for Simple Dependency Injection
- A Simple ViewModelLocator for Spawning ViewModels for XAML Based Applications
- ViewModel Refactoring, INotifyPropertyChanged and Running on UI Context with Dispatcher
- Storing the Big Stuff in Blob Storage
- Cross Platform File Storage with PCLStorage NuGet Package
- Adding Xamarin Components via Visual Studio
- Simplifying Shared Access Signature Generation with the Mobile Services ResourceBroker
- Saving Image to Blob Storage Using Shared Access Signature
- Modifying the GET Request for the SharedAccesSignature Controller
- Fixing up the Client For Writing to Azure Blob Storage with Shared Access Signature
- Adding a Background Task to the Windows Platform Applications
- Complex Synchronization Wrapper
- Integration Synchronization Wrapper and Restructuring Application Services
- Refactoring ViewModelLocator with Autofac
- Navigation Service for Cross Platform Page/View Navigation from View Model
- Navigation in the WPF Application Between View Models
- Synchronizing in a Background Task
- Blend Designer Error Due to Service Locator
- Creating Design Time Data in Blend for Shared XAML Pages
- Adding Logging to Client Applications using MetroLog not NLog
- Different Cloud Environments for Development, Testing and Production
- Client Configurations for Different Mobile Service Environments
- Migrating Data Between Blob Storage Accounts in Azure