Using MySQL in C# on Windows Phone via PHP -
i developing c# application school project , basicaly need make basic database operations (mostly inserts),my teacher recomended me make c# aplication on wp call php file operations on server database.my question how call php , send parameters via c#?
create soap web service using technology supports (in case recommend c# if you're not limited php).
here tutorial: http://www.asp.net/web-forms/videos/how-do-i/how-do-i-create-and-call-a-simple-web-service-in-aspnet
saying simply, lets write c# functions on server side (accessing database in case) , run them on internet c# program. web service framework handles magic - call function on 1 side, gets executed on other side , result objects sent back.
as long create soap web service on server side, it's if write in java, c#, php, or whatever like. available functions recognized on wp side automatically , able use them c# functions.
Comments
Post a Comment