Lately I asked this question regarding connecting my window app to a remote database (MySQL) hosted by some free hosting site. And I got "No way" answers.
How about using a webservice? Is it possible now?
Lately I asked this question regarding connecting my window app to a remote database (MySQL) hosted by some free hosting site. And I got "No way" answers.
How about using a webservice? Is it possible now?
Ok (and probably assuming .NET 4.0 on you hosting provider) this should be fairly straightforward:
Biggest challenge there will be building the EF model - you really want a local instance of the MySQL database - schema at least - to develop against.
Yes if your webservice is hosted on same server which contains mysql database. You can locally connect to mysql using webservice (which hosting providers allow for sure) and can server data using the service.