如何建立查询系统-让客户使用C#询问航班详细信息 [英] How to build query system - let customers ask for flights details using c#

查看:88
本文介绍了如何建立查询系统-让客户使用C#询问航班详细信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想询问有关移动系统的问题,它是关于查询系统的,它可以帮助客户使用移动设备作为SMS来查询每周航班..

想法还不成熟,因为这是我第一次进行此类项目,如何开始我需要首先学习的内容...

我们可能会使用C#来实现该项目,希望在此处获得更多指导!

谢谢,
Nada A

Hi,

I want to ask about mobile project ,it''s about query system ,help customers to inquire about weekly flights using mobile device as SMS ..

The idea still not mature as this is my first time to go through this kind of projects ,how to start what I need to learn first ...

We may use C# to implement the project,hope to get more guidelines here!

Thanks,
Nada A

推荐答案

这是一个非常广泛的问题,不能用特定的答案真正回答.我建议您开始寻找其他选项,以找出所需的内容.例如,您要定位哪种类型的手机(iPhone,Android,Windows Phone 7)?列出所需的内容,然后开始学习每个步骤.

例如,这是一个选项:

http://johnpapa.net/you-are-already-a-windows-phone-developer [ ^ ]

更新
根据您所解释的新信息,我对您想做的事情有了更好的了解.允许电话发送短信到服务并取回数据实际上已经很简单了.我最喜欢的方法是通过名为Twilio( http://www.twilio.com/ [
This is a very broad question that can''t really be answered with a specific answer. I would recommend you start looking for different options to figure out what you want. For example, what type of phone do you want to target (iPhone, Android, Windows Phone 7)? Map out what you want and then start learning about each step.

For example, here is one option:

http://johnpapa.net/you-are-already-a-windows-phone-developer[^]

Update
Based upon the new information you explained, I have a better understanding of what you want to do. To allow a phone to text to a service and get back data is actually quite simple anymore. My favorite way of doing this is through a service called Twilio (http://www.twilio.com/[^]). You can send or receive text messages for one cent (US) each. They offer an API that is very simple to use and can be easily accessed by C#. Further, they have examples of how to do so and their support staff will work with you, even if you are just testing their service out. I was very pleased with my experience talking to them. I stumbled across a bug and it was fixed within a couple days. Maybe I just hit the end of a release cycle, but either way their customer service was excellent.

If you go this way, basically you just need to parse an incoming text (have key words, etc.) and then run your backend code to handle that request (get airline data, etc.) and then have your code send out a response via text message.


这篇关于如何建立查询系统-让客户使用C#询问航班详细信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆