Hello. I'm developing a Xamarin.Forms application that consume a .NET Azure Mobile App backend. I would like also to develop an ASP.NET MVC application with pretty the same functionalities and I'm wondering if you see any trade-off using the MobileServiceClient
directly in my controller instead of the js script (so I can leverage the Linq and probably share lot of code).
Thanks
Martino Bordin (http://blogs.ugidotnet.org/martinobordin)