0

Sorry for the basic question, but I can't find a way to word it properly to find what I need.

I'm making an Android application and I would like to make an SQL server database that I would put online (no localhost) to allow http requests to it, from my app. I want it online for academic purposes (no SQLite) but also to allow for multiple platforms.

Preferably, I would use a C# approach for the server so that I can use EntityFramework, but I don't know if it's a good way and I don't know how to put it online.

Thank you for your help.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
zuokuok
  • 323
  • 1
  • 6
  • 16
  • Make an API,which returns data from the server and your app communicates with the api and gets all the data. PHP is a fine enough server side language to communicate with your SQL db – Sukrit Kumar Sep 17 '16 at 15:22
  • 1
    There are about a billion questions on SO about this subject, did you look for anything before asking? – nasch Sep 17 '16 at 19:02

0 Answers0