Communication between a .Net desktop application and a Silverlight application in browser

540 views Asked by At

We have a .Net application running in a user's desktop and another Silverlight application running in a browser on the same desktop. I need to pass some data from the desktop .net application to the Silverlight client on the browser. Based on the data sent from the .Net app, Silverlight client needs to call a web service and display the result on the Silverlight client. Can you please give me possible options to achieve this? Thanks!

1

There are 1 answers

2
Priyan R On

I think its possible to host A WCF duplex service in your desktop application and you can communicate with the siverlight app, or You can use a proxy to send push notifications to silverlight check SignalR