如何创建桌面应用程序将其链接到我的网站数据库

问题描述:

任何人都可以告诉我如何制作应用程序从我的网站检索通知,我的网站是在apache服务器(PHP,MySQL)我想用c#,NET 2010创建桌面应用程序,

i知道这不是我应该问的一类问题,但我真的不知道它,这是我的任务,谢谢

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

这取决于什么您想要从您的网站上获取的信息类型。如果您在查询结果之后,那么您可以考虑将结果公开为SOAP或RESTful服务,然后从客户端挂钩。
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.