Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my last question i was not aware of technology tools etc.. but now m a litle bit clear, i want to develop a SMS bsed application in .NET Compact Framework..but i dont know how it wd b deployed...
suppose i want xyz cellular company to allow abc shop to sell its items through SMS. if i evelop this application how and where it would be deployed.plz reply......
Posted

I think you need to understand the architecture a little more before getting to questions like this. First you need to develop the product, test it using your own device etc. In my experience, you need a device to test with, the emulator for windows mobile development just doesn't cut it.

At that point, you'll understand more about the process involved in developing and delivering a product. You shouldn't worry about getting a company to deliver that item before you've developed the item.
 
Share this answer
 
If you want to allow ABC shop to sell its items through SMS, you are probably taking about users sending SMS from any mobile phone to some number with item code etc..

If so, you don't require any mobile application, but you would be require a server application developed in any web technologies like ASP .net, or Java etc. This application would receive the request and parse it for relavent information and do the action required and then finally respond back to the use.

To develop this cheaply, you can use a GSM modem or mobile phone supporting GMS modem capabilities (most of then does support).
 
Share this answer
 

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