Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anyone show me how to make an app to retrieve notification from my website , my website is on apache server (php,MySQL) i want to create the desktop app with c#,NET 2010,
i know this is not a type of question that i should ask but i really have no idea about it and this is my assignment , thank you
Posted

1 solution

It depends on what type of information you want to get back from your website. If you are after the results of queries, then you could consider exposing results as SOAP or as RESTful services and then just hook into these from the client side.
 
Share this answer
 
Comments
Herish Harbinger Al Duhoke 17-Feb-14 12:36pm    
yes after the results of queries , but i want to know how , i mean can i connect c# to the database of my website while my website and database are on a server online
Pete O'Hanlon 17-Feb-14 12:43pm    
As I said, expose the queries as SOAP (i.e a webservice), or through REST. These would be run on the server, and your code would connect to either the REST service or SOAP service. There are many examples of how to do this online.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900