I am using VS2010 - C# - WPF I have a desktop application that I built, and this application shows some values. these values are brought from a web page that I made too.
Now everytime I change the values on the webpage the values must be changed on the applications.
But I don't want the applications to keep refreshing because the refresh rate is low, so I want the webpage to notigy all apps. on a button click from the website.
is such thing possible ? knowing that anyone can download the application but no one can access the website but me ?