I just started learning Azure mobile apps, I downloaded a ToDoList sample, it worked. Then I wanted to create my own table called Conference:

  • Created the Conference.cs class
  • Generated ConferenceController.cs
  • In the contextfile added DbSet
  • Published to server

However, after all this table was not created. Plus I do not really understand how to debug this application. What am I doing wrong?

    0