Content Deep Dive
ETA Notifications with C# and ASP.NET MVC
Blog post from Twilio
Post Details
Company
Date Published
Author
Hector Ortega
Word Count
1,621
Language
English
Hacker News Points
-
Summary
This tutorial demonstrates the implementation of a notification system for an on-demand laundry service using C# and ASP.NET MVC. The system sends SMS notifications to customers when their orders are picked up or arriving at their doorstep. The notification process involves triggering HTTP POST requests, sending messages through Twilio's REST API, and handling status callbacks to update notification statuses in the database. The code provides a basic example of how to build such a system, but also mentions additional features that can be easily added, such as automating workflows and protecting user privacy.