在c#项目中实现的组消息传递技术 [英] Group messaging technique implemented in c# Projects

查看:85
本文介绍了在c#项目中实现的组消息传递技术的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#中实现组消息传递?
我想在c#寡妇形式的应用程序中使用组消息传递技术,在这种应用程序中,一个消息通过SMS提供某些类别的信息,并且相同的信息将通过SMS转发给该类别的人群.

How to implement group messaging in c#?
i want to use group messaging technique in c# widows form application in which one provides information of certain catagory via SMS and same information will be forwarded to crowd suscribd for that catagory via SMS.

推荐答案

首先,我认为众包一词并不意味着您认为的那样.您所描述的只是群发短信和群发警报.为此,您可以订阅一项服务(轻松,高效且有保证)为您服务,也可以自己构建一些东西.

如果您确实想为自己创建一些东西,则需要考虑利用服务来发送和接收SMS消息.我最熟悉(和喜欢)的一项服务是Twilio.他们在全球范围内提供这些类型的服务.他们还提供示例代码以从代码连接到其服务.这是演示代码和其他信息的链接:

http://stackoverflow.com/questions/5467905/sending-sms-from-asp-净网站 [ ^ ]

您将需要布置您想做的事情,将其分解成小部分,然后从那里开始构建您的应用程序.然后,您将获得完整的应用程序或遇到特定的问题,我们可以更轻松地为您解决.
First, I do not believe that the term crowdsourcing means what you think it does. What you are describing is more just group texting and group alerts. To do this, you could either subscribe to a service to do it for you (easy, efficient, and guaranteed) or you could build something yourself.

If you really want to create something for yourself, you will need to look into utilizing a service to send and receive SMS messages. One service that I am familiar with (and love) is Twilio. They offer these types of services on a global scale. They also provide sample code to connect to their service from code. Here is a link with demonstration code and other info:

http://stackoverflow.com/questions/5467905/sending-sms-from-asp-net-website[^]

You are going to need to lay out what you want to do, break it down into small parts, and start building your app from there. Then you will either get your complete application or run into specific problems that we can more easily help you with.


这篇关于在c#项目中实现的组消息传递技术的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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