Skip to content

ashlabs/azure-mobile-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows Azure Mobile Services

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.

Getting Started

If you are new to Mobile Services, this tutorial will walk you through the process of creating your first Mobile Service and accessing it from a Windows Store application.

Download Source Code

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/

Windows Client SDK

Our Windows SDK makes it incredibly easy to use Mobile Services from your Windows Store applications. You can download the SDK directly or you can download the source code using the instructions above and then you will find the Windows Client SDK under /azure-mobile-services/sdk/windows.

Prerequisities

The SDK requires Windows 8 RTM and Visual Studio 2012 RTM.

Running the Tests

The Windows SDK has a suite of unit tests but the process for running these tests might be unfamiliar.

  1. Open the /azure-mobile-services/sdk/windows/win8sdk.sln solution file in Visual Studio 2012.
  2. Right click on the Microsoft.Azure.Zumo.Windows.CSharp.Test project in the solution explorer and select Set as StartUp Project.
  3. Press F5
  4. 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.
  5. The test suite will run and display the results.

Building and Referencing the SDK

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).

Sample Application: Doto

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.

Need Help?

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.

Contribute Code or Provide Feedback

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.

Learn More

Windows Azure Mobile Services Developer Center

About

Client SDKs and Samples for Windows Azure Mobile Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published