Click here to Skip to main content
15,881,600 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
Good Day to all Code Project Members.

This is my first month in my new job i am from Philippines, My boss asked me to develop a billing system with SMS service which can send bulk sms messages using Visual Basic .NET to their clients, but i do not know which should i use is it Broadband?Modem or Online SMS services like CHIKKA.com

Is there anyone here who can advise a reliable tool that i can integrate to vb.net to achieve the goal of sending sms services and if possible receiving sms messages as well.

I am considering to buy or purchase a Broadband,Modem or Online SMS services which can handle warranties and support to their products and services as well.

Also i am also considering the software development time if that third party app will have their own source code commands or SDK's that i should study i would be glad to hear which one is best and outstanding at all

Please if there are people here who have the experience developing similar application to mine a am very much in need to hear your advice.

Thanks and have a blessed day.
Posted

1 solution

Personally, I've found that online services are the best way to proceed with this type of application. I've used the modems with the sim card insert and they are messy and slow. Currently, I use a service called Twilio[^]. They are excellent at customer service and they support a wide range of applications through their API. They have sample source code for C#, so it wouldn't be a big deal for you to translate a working sample into VB.NET.

I did come across another company that seems to be similar to Twilio. I have not used them yet, but they might be cheaper for international texts (that is, outside the US) and they might be better at the speed at which you can send texts. Here is their site:

https://www.tropo.com/[^]
 
Share this answer
 
Comments
JMAM 25-Jun-12 14:35pm    
Sir is there anything else what if i will be using online sms services i would prefer local services in philippines but i need to use vb.net cause i am not familiar with c#
Tim Corey 25-Jun-12 14:37pm    
I cannot recommend a philippines-based service because I have never used one. As for the VB.NET code, just find a C# example if they don't have a VB.NET one. The code is very easy to translate. You can even use an online translator to do the work for you.

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