I want my application to be able to check on the server the latest app version and the latest database version. Since this occurs at launch (or early after), it must be quick and transparent.
I plan on using GetAsyncString to get it from a text file, but if there is an even faster way, I'd love to know it!
I plan on using GetAsyncString to get it from a text file, but if there is an even faster way, I'd love to know it!