-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy Tables are unsupported service. Is there a way to avoid Easy Tables ? #21
Comments
Doesnt work for .NET 4.6 API Apps either (when creating and deploying from VS2015) |
I learned that for whatever reason the MOBILE APP needs to be created in Azure to get Easy Tables to work. When creating them in VS2015 with Azure SDK 2.9 it says cannot create the easy tables. |
The reason for using Easy Tables was because it gives you CRUD table operations from a REST API. So as long as the table you use provides a REST API with CRUD operations then it should work with this Unity project. |
That makes sense and should cover basic tasks like a highscore tables. I just get confused about the javascript part where you need to add code for the CRUD |
Came across a related question on SO - http://stackoverflow.com/questions/34490187/azure-mobile-app-with-easy-table-and-easy-apis-gives-error-unsupported-service |
What confuses me about EASY tables is it seems in all the examples they show how in javascript you add code to the CRUD functions and I just want to stay in C#. |
@punkouter ok, I'll try to write up a guide for this demo project using Windows Visual Studio and C# |
I've been trying to get it for a long time, it's quite straight forward with node and easy tables, but i want to stick to c# |
yeah.. me too.. I would rather have a pure c# solution |
The steps
not supported..
I was trying to get a jump on using the ASP.NET 5 stuff since it is all shiny new
Can I just connect to the blank DB with SQL Man Studio and create new table ?
The text was updated successfully, but these errors were encountered: