Tagged Questions

3
votes
6answers
2k views

Sending Automated SMS Messages

First, we use .net & sql server. I have a client that is interested in a system that will send SMS messages at scheduled times. I have never done anything like this except for sending an sms ...
1
vote
3answers
588 views

What is the best way to create a reminder service in .Net?

I am looking to build a web application that will allow users to manage simple tasks or todos. As part of this, I'd like to send users email reminders daily of their tasks. I'd like each user in the ...
0
votes
2answers
64 views

Reocurring until infinity

Let's say I wanted to display a Reminder (dynamically created by user) in my ASP.NET MVC View Every WEEK/MONTH/.... until "infinity". This reminder has to be seperate database record (or in my case ...