C# Application Launcher with autoupdate. Part 2
Last time we started by defining project tasks and did some preparations (Part 1). Fetching web page Usually autoupdate launcher reads from update server one file with latest version info and other data. In our project we will read directory index listing. It is a bit more complicated as needs html parsing, but first issue to… Read More »