Downloading files from the internet with C#
Filed in C# on May.14, 2009
With the .NET framework it has become very easy to programmatically download content from the internet. Using the WebClient class from the System.Net downloading a file from the net becomes as easy as specifying the address to download.
There are several different ways to accomplish this depending on the type of file you want to get, [...]
