Episode

Develop Azure Mobile Services Locally

This is an overview of how you can quickly and easily create an Azure Mobile Service Locally. You don't need an Azure subscription to play with this.

[00:49] - Once it is finished generating the project you will have everything you need to implement simple Todo list
[01:20] - You will see a list of any tables you have defined as well as any APIs you have developed
[02:07] - let's see where and how the table gets defined
[03:07] - The .NET backend for Mobile Services uses the Entity Framework model and if you are familiar with Entity Framework, the dbset for TodoItems
[03:35] - I will add a class called Guitar that will represent my Guitar information in the database.
[04:48] - To see this in action, run the project and as we did before and try it out