With Windows Azure Mobile Services you can add a scalable backend to your connected client applications in minutes. To learn more, visit our Developer Center.
If you are new to Mobile Services, you can get started by following our tutorials for connecting your Mobile Services cloud backend to Windows Store apps and iOS apps.
To get the source code of our SDKs and samples via git just type:
git clone https://github.com/WindowsAzure/azure-mobile-services.git
cd ./azure-mobile-services/
Our Windows SDK makes it incredibly easy to use Mobile Services from your Windows Store and Windows Phone 8 applications. You can download the SDK directly or you can download the source code using the instructions above. The Windows Client SDK can be found under /azure-mobile-services/sdk/windows
and the Windows Phone 8 Client SDK is under /azure-mobile-services/sdk/windowsphone
.
Note: This iOS client is released as a preview. It is currently under development.
Add a cloud backend to your iOS application in minutes with our iOS client SDK. You can download the iOS SDK directly or you can download the source code using the instructions above and then you will find the SDK under azure-mobile-services/sdk/iOS
. As always we’re excited to get your feedback on this early version of the library on our issues page, and welcome your contributions.
The SDK requires Windows 8 RTM and Visual Studio 2012 RTM.
The Windows SDK has a suite of unit tests but the process for running these tests might be unfamiliar.
- Open the
/azure-mobile-services/sdk/windows/win8sdk.sln
solution file in Visual Studio 2012. - Right click on the
Microsoft.Azure.Zumo.Windows.CSharp.Test
project in the solution explorer and selectSet as StartUp Project
. - Press F5
- A Windows Store application will appear with a prompt for a Runtime Uri and Tags. You can safely ignore this prompt and just click the Start button.
- The test suite will run and display the results.
When you build the solution the output is written to the /azure-mobile-services/sdk/windows/bin
folder. To reference the SDK from a C# Windows Store application, use the dll located at
/azure-mobile-services/sdk/windows/bin/{Flavor}/Windows 8/Managed/Microsoft.WindowsAzure.MobileServices.Managed.dll
(where {Flavor} is Debug or Release).
Doto is a simple, social todo list application that demonstrates the features of Windows Azure Mobile Services. You can find doto under /azure-mobile-services/samples/doto
.
Be sure to check out the Mobile Services Developer Forum if you are having trouble. The Mobile Services product team actively monitors the forum and will be more than happy to assist you.
If you would like to become an active contributor to this project please follow the instructions provided in Windows Azure Projects Contribution Guidelines.
If you encounter any bugs with the library please file an issue in the Issues section of the project.