views:

70

answers:

0

we are adding new functionality in our application where in there would be some users posting short comments and on the other side there would be some users monitoring the activity or comments posted by the other users within the same application. my question is, what is the best way of implementing the notification of new comment availability(similar to tweet update notification)?

FYI the application is on .Net 3.5.

any help on the subject matter would be highly appreciated.