# azure-mobile-apps-net-server **Repository Path**: mirrors_Azure/azure-mobile-apps-net-server ## Basic Information - **Project Name**: azure-mobile-apps-net-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/Azure/azure-mobile-apps-node), 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/ ## Latest Builds Package | Build -------- | :------------: Microsoft.Azure.Mobile.Server | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server/) Microsoft.Azure.Mobile.Server.Tables | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Tables.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Tables/) Microsoft.Azure.Mobile.Server.Entity | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Entity.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Entity/) Microsoft.Azure.Mobile.Server.Storage | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Storage.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Storage/) Microsoft.Azure.Mobile.Server.Authentication | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Authentication.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Authentication/) Microsoft.Azure.Mobile.Server.CrossDomain | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.CrossDomain.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.CrossDomain/) Microsoft.Azure.Mobile.Server.Quickstart | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Quickstart.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Quickstart/) Microsoft.Azure.Mobile.Server.Login | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Login.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Login/) Microsoft.Azure.Mobile.Server.Swagger | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Swagger.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Swagger/) Microsoft.Azure.Mobile.Server.Notifications | [![NuGet](https://img.shields.io/nuget/v/Microsoft.Azure.Mobile.Server.Notifications.svg?style=plastic)](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Server.Notifications/) ## 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. ## Future of Azure Mobile Apps Microsoft is committed to fully supporting Azure Mobile Apps, including **support for the latest OS release, bug fixes, documentation improvements, and community PR reviews**. Please note that the product team is **not currently investing in any new feature work** for Azure Mobile Apps. We highly appreciate community contributions to all areas of Azure Mobile Apps. ## Useful Resources * Tutorials and product overview are available at [Microsoft Azure Mobile Services Developer Center](https://azure.microsoft.com/en-us/documentation/learning-paths/appservice-mobileapps/). * See the [Mobile Apps .NET server SDK topic](https://azure.microsoft.com/documentation/articles/app-service-mobile-dotnet-backend-how-to-use-server-sdk/) for details on how to work with this SDK. * The [wiki for this repo](https://github.com/Azure/azure-mobile-apps-net-server/wiki) is where we document issues and other interesting behaviors of the Mobile Apps .NET server SDK. * Our product team actively monitors the [Mobile Services Developer Forum](https://social.msdn.microsoft.com/forums/azure/en-US/home?forum=azuremobile) and [Stackoverflow](http://stackoverflow.com/questions/tagged/azure-mobile-app) to assist you with any troubles. ## Contribute Code or Provide Feedback This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto: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](http://azure.github.com/guidelines.html). If you encounter any bugs with the library please file an issue in the [Issues](https://github.com/Azure/azure-mobile-apps-net-server/issues) section of the project. ## License [Apache (2.0)](./LICENSE)