C#C
C#4y ago
ero

Progress bar in console app to show download progress

Wanting to create a very simple console application (.NET 7) which downloads a few files and installs them on the user's machine (less "install" and moreso "place a self-contained executable in a directory they choose").

What're my options to create a progress bar for the download process?
Was this page helpful?