Quantcast
Viewing all articles
Browse latest Browse all 15

Approach to send data updates to subscriber clients C#

We would want to send timely emails to subscribers about updates/changes to the database.
What would be an optimum approach to this.
Is considering SignalR a good path?

Example:
Let us say we have a list of phones with specific features in the database. User wants to get notified whenever a new phone with front camera of 8 Mega pixels comes into market.

Considered storing email subscribers, and their conditions, check database every night, and send emails.

Read about SignalR and real time updates but could not wrap my head over its applications. Can it be applied to scenario that I have mentioned?


Viewing all articles
Browse latest Browse all 15

Trending Articles