Azure Web App vs Azure Mobile App

前端 未结 5 1796
忘掉有多难
忘掉有多难 2021-02-05 03:54

I have created an Azure Web App today and it has a Mobile section in the Settings which contains Push notification, Mobile Authentication, etc. You can even download the source

5条回答
  •  遇见更好的自我
    2021-02-05 04:42

    I have found some subtle, but key, differences. Assuming a C# backend, the Mobile App Service controllers will inherit from TableController - which provides out-of-the-box CRUD operations on a table, compared to the Web Api 2 style ApiController (which you can still use in a Mobile App Service). Any less confused now?

提交回复
热议问题