locked
Synchronization of the Application across multiple PCs? RRS feed

  • Question

  • Hello all,

    I'm currently trying to make a program for me and my colleagues at work. It's just a simple program with a few buttons and text fields, nothing really special and made without any knowledge of coding.

    The problem I am facing now is that I don't know how to (live) sync the application across multiple desktops. (if this is even possible with Visual Studio)

    For example: if I type in something within a text field, the application will update it automatically across all PC's, or done with the click of a button (something like a refresh button).

    Did some researching but can't really find a tutorial or the exact thing I am looking for.

    Any suggestions on what I should be looking for?

    Thanks!

    Regards,
    Jordy


    • Edited by Jordy S Thursday, September 24, 2015 6:00 PM
    Thursday, September 24, 2015 6:00 PM

All replies

  • Hi, For this purpose you can use sync framework. Also signal R might help you in this too

    Check out the Signal R for real time communication 

    http://signalr.net/

    You can achieve what you want 

    Sunday, September 27, 2015 5:23 AM