How to pass information between Windows App and Web App in .net?
Hi,I have a windows app & web app.
I want to load a panel in windows app with an image on click of LoadImage button, where Image is store to database as well.
Once the Image is loaded to Windows app, the same should be loaded to the Panel control in Web App also.
Panel control can read Image from database. On save to DB, we can use any triggering mechanism to intimate both Apps about the update happened to Database.
What model architecture I can follow to achieve this?