i’ve got a situtation where we have a web site (mvc project), and a wcf service, when service gets message i need to show a notification to user who’s on the web site with this message contents.
would be glad if you can show me the place where to start!
Thank You !
You probably need some javascript on your page that polls the server at a certain interval to check if there is something to show to the user.
Here is a nice article on how to create a WCF service and call it from the browser using JQuery