1
vote
0answers
97 views

Pager Message API and/or Gateway

I'm rewriting a legacy application that sends alphanumeric pager messages to pagers that our clients use for notification purposes. Seeing that pagers aren't very popular in the consumer markets ...
2
votes
2answers
195 views

How to implement Google Voice type telephony registration feature in .NET?

When you register a phone number with your google voice account google voice calls the number you just registered and you get the pin code used to confirm that it is indeed your phone you are trying ...
3
votes
1answer
612 views

How to work with NServiceBus in gateway mode

I've been trying to get the pubsub sample in the NServiceBus download to work in a gateway mode. I haven't really been able to find out much detail at all about how to get NServiceBus to run in ...
5
votes
4answers
3k views

SMS Application [closed]

I just wanted to know is there any free sms gateway for sending SMS. If there is one, how to go on to developing my free sms service/software? Any guidelines please.
3
votes
9answers
3k views

FTP client class for .NET

Anyone know of a good, hopefully free FTP class for use in .NET that can actually work behind an HTTP proxy or FTP gateway? The FtpWebRequest stuff in .NET is horrible at best, and I really don't want ...