8
votes
2answers
563 views
How do I convert a date to a HTTP-formatted date in .Net / C#
How does one convert a .Net DateTime into a valid HTTP-formatted date string?
…
13
votes
How do I convert a date to a HTTP-formatted date in .Net / C#
Dates can be converted to HTTP valid dates (RFC 1123) by using the "r" format string in .Net. HTTP dates need to be GMT / not offset - this can be done using the ToUniversalTime() method.
S …
1
vote
ASP.NET and sending SMS/making phone calls
Not sure if you're looking for hardware solutions to automate yourself, or external services. However, I've used BT's Web21C pretty extensively. …
1
vote
