[VB.NET] Easiest way to get application version + checksum from server?

Discussion in 'Mixed Languages' started by Muerto, Nov 7, 2012.

  1. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #1 Muerto, Nov 7, 2012
    Last edited: Jan 12, 2021
    ...
     
  2. Josh Cell

    Josh Cell MDL Developer

    Jan 8, 2011
    3,515
    7,170
    120
    XML is the best way to do it. Simply host your XML into the server and use an LINQ for do that...

    My server is based in stream, and is a bit more complicated. I'll search for an good LINQ for XML on my database when I back to my home. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,103
    60
    #3 Muerto, Nov 7, 2012
    Last edited: Jan 12, 2021
    (OP)
    ...
     
  4. PAYMYRENT

    PAYMYRENT MDL Developer

    Jul 28, 2009
    1,460
    420
    60
    if you happen to have a php server just write a php script that outputs md5 or sha1 hash, highest version of the file on the server like a substring of the filename and the php could also write a changelog to the response. thats how i do it on my server :p