I had learned how to use MySQL on local machine with C#, but what I can do if I want to use it online? I mean for example, I could connect XML and C# to share data online by putting the xml file on any server. What options are available for MySQL? Is there any way to do something similar?
Share
Others have mentioned WCF, which is a great option, however MS has just released a beta but stable MVC 4. The MVC 4 update has a web API ability. This enables you to create web services quickly and easily.
Example Code using the Web API: