c# web extracting programming, which libraries, examples samples please

Posted by user287745 on Stack Overflow See other posts from Stack Overflow or by user287745
Published on 2010-03-14T11:38:13Z Indexed on 2010/03/14 11:45 UTC
Read the original article Hit count: 331

Filed under:
|

I have just started programming and have made a few small applications in C and C#. My understanding is that programming for web and thing related to web is nowadays a very easy task.

Please note this is for personnel learning, not for rent a coder or any money making.

An application which can run on any Windows platform even Windows 98.

The application should start automatically at a scheduled time and do the following.

  1. Connect to a site which displays stock prices summary (high low current open).
  2. Capture the data (excluding the other things in the site.)
  3. And save it to disk (an SQL database)

Please note:-

Internet connection is assumed to be there always.

Do not want to know how to make database schema or database.

The stock exchange has no law prohibiting the use of the data provided on its site, but I do not want to mention the name in case I am wrong, but it's for personal private use only.

The data of summary of pricing is arranged in a table such that when copied pasted to MS Excel it automatically forms a table.

need steps guidance please, examples, lbraries

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-development