0

How to achieve category-based WCF notifications?

I want to send notifications to clients who seeks for particular products category instead of notifying all.

Is it possible if please share the algorithm or way to achieve please.

Thanks in Advance,

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Maddy
  • 164
  • 2
  • 13
  • 1
    You're looking for a publish-subscribe model. Take a look at this [Topic-based publish/subscribe design pattern implementation in c#-Part II (Using WCF).](http://www.codeproject.com/Articles/34333/Topic-based-publish-subscribe-design-pattern-imple) – Tim Jan 16 '14 at 19:57
  • Thanks for the reply. I have implemented it using Signal R instead of WCF. – Maddy Jul 04 '14 at 13:16

0 Answers0