Skip to content

PaulARoy/azure-mobile-apps-net-server

This branch is 33 commits ahead of brettsam/azure-mobile-apps-net-server:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2016
Jan 9, 2017
Jan 9, 2017
Feb 25, 2017
Jan 10, 2017
Jan 9, 2017
Nov 6, 2015
Jan 12, 2016
Oct 19, 2015
Jun 21, 2016
Jun 15, 2016
Oct 12, 2016
Nov 20, 2015
Oct 19, 2015
Jan 31, 2017

Repository files navigation

Azure Mobile Apps .NET Server SDK

This repo contains the .NET backend for Azure Mobile Apps. The Mobile Apps .NET backend is a peer to the Node.js backend, giving users a choice in backend platform.

Download Source Code

To get the source code and a sample backend via git just type:

git clone https://github.com/Azure/azure-mobile-apps-net-server.git
cd ./azure-mobile-apps-net-server/

Building and Running Tests

The solution must be built in Visual Studio 2013 or 2015.

  1. Open the ServerSDK.sln solution file in Visual Studio.
  2. Press F7 or Ctrl+Shift+B to build the solution.

Running the Tests

After you've built the SDK, open the Test Explorer in Visual Studio (Test->Windows->Test Explorer) or search "Test Explorer" in the Quick Launch bar (Ctrl+Q) in VS 2015. In the window, press "Run all" or use the dropdown to run a subset of tests.

Running the Sample App

There is a sample web project in the 'sample' folder in the solution. It contains controllers which excercise several features of the SDK.

To run the sample project:

  • Right click on the 'SampleApp' project and select 'Set as startup project'.
  • Hit F5 to run the project in the browser of your choice (or Ctrl+F5 to start without debugging).
  • A welcome page should be displayed, indicating the service is running.
  • You can now issue requests (such as GET or POST) to the backend from your browser.

Useful Resources

Contribute Code or Provide Feedback

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

If you encounter any bugs with the library please file an issue in the Issues section of the project.

License

Apache (2.0)

About

The .NET server SDK for Azure Mobile Apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.5%
  • HTML 9.6%
  • Roff 2.0%
  • Other 0.9%