4
Answers

SMS API

murphy isioro

murphy isioro

14y
4.2k
1
Hi everyone

I am new to .NET, I want to build a website to send SMS, But do not know how to go about it at all. I have the SMS API, details below

Using an SMS API: www.jvmorris.net/api/jv_api.php?usr=***&pass=**&sid=me&rec=234****&msg=from JVmorris API&typ=0
usr = the registered username on jvmorris.net
pass = appropriate password on jvmorris.net
sid = senderid (what to be displayed to the recipient)
rec = recipient's mobile number (must be in the format - 2348000000000)
msg = message to be sent
typ = type of message the default is 0

Pls help...

Answers (4)
0
sacresp

sacresp

NA 458 0 21y
Yeah, .NET Framework is too big (23698 KB) to download. But I think ordinary users are not usually those that will use .NET applications first. Not any new technology will come popular in common people very soon. I think .NET will find it's way first to corporate users. Windows 2003 Server already has .NET. How many did obtain Java virtual machine when it came available and was not part of Windows installation? ;)
0
hazarawood

hazarawood

NA 3 0 21y
Al though i know that .Net produce small files . But now .Net is not popular in common people other then programmers. So if they want to run such files they have to download .Net FrameWork which is of about 25 to 30 mb and people with dial up cannt do that. So most of the people can not use .Net files for at least 2 years as it will take time to switch to .Net 2003(windows) so there they dont have to download the framework. that is all. thanks for reply.
0
sacresp

sacresp

NA 458 0 21y
There's no such tool. You always need CLR to run managed code. Faster and smaller file size? Idon't think .NET files are very big... and JIT compiling can produce a lot faster code than this kind of "compile for all" technique.
0
james

james

NA 1.1k 312.9k 21y
None that I've ever heard of... and I'm not even sure its possible due to the architecture of the framework... since everything runs on top of it, including the Garbage Collector, and all the base classes, you would have to compile a hell of a lot into your .exe file to get all the functionality in it.