Introduction

Creating mobile apps? Want to add a cloud based backend service? Don't know where to start? You're at right place.

In this article, we'll see how easily we can create an Azure mobile services powered app for windows. We'll be using JavaScript in our mobile service for server-side business logic because we don't have to write CRUD operations for it. You can also use .NET if you want to write your own server-side business logic.

Pre-Requisites

Steps

Summary

We've simply created a cloud based backend for an app using Azure mobile services. You may have noticed that we've done this in few minutes; that's the power of Azure. You can also do other stuff i.e. push notifications, authentication, etc. with Azure mobile services.

Have any suggestion or question? Please write a comment below.