You must Sign In to post a response.
  • Category: Visual Studio

    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?
  • #768810
    Hai Arul,
    You can write a Web API method which can be used by both windows and web application. By this way you can fulfill the requirements for both type of applications.
    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments