I wish to develop a sms application in C#.net.
So please help me by guiding me how to create such an application from scratch.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Best thing to do would be get an account on a cheap SMS/Voice provider. I use Twilio for a ton of spare time stuff. Their service works great, and it’s really cheap ($1 a month for a unique phone number, and $0.03 per SMS message). Another service is Tropo. They charge more per month for a phone number, but less for each message.
Twilio also provides an open source C# API wrapper.