Skip to content
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

Open
punkouter2021 opened this issue Apr 19, 2016 · 9 comments
Labels

Comments

@punkouter2021
Copy link

The steps

  1. Load VS2015.
  2. Create ASP.NET 5 Web API + add DB and DB SERVER
  3. Publish to Azure
  4. Goto 'Web App' Click 'Easy tables'

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 ?

@punkouter2021
Copy link
Author

Doesnt work for .NET 4.6 API Apps either (when creating and deploying from VS2015)

@punkouter2021
Copy link
Author

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.

@deadlyfingers
Copy link
Contributor

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.

@punkouter2021
Copy link
Author

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

@deadlyfingers
Copy link
Contributor

@punkouter2021
Copy link
Author

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#.

@deadlyfingers
Copy link
Contributor

deadlyfingers commented Sep 8, 2016

@punkouter ok, I'll try to write up a guide for this demo project using Windows Visual Studio and C#

@twisstosin
Copy link

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#

@punkouter2021
Copy link
Author

yeah.. me too.. I would rather have a pure c# solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants