/ITN_Data_Downloader

C# console application. User data downloder from itnetwork.cz

Primary LanguageC#

ITN_Data_Downloader

Itnetwork Data Downloader is a C# console application used to download public data about users of www.itnetwork.cz.
After downloading, the data is stored in an MS-SQL database.
The program downloads an HTML string (the code of the given page) in the specified range, searches for rows with the relevant properties, stores them in the relevant properties of the User class and the collection of downloaded The downloaded users are stored in the internal collection.
When the download is complete, it is saved to the database using ADO.NET.
The database must be in the program folder for the program to run correctly.
The data is further used in the ITN Data Presenter project.

Documentation (CZ): tsobota.cz/C_ITNDataDownloader.html