I want to create console application in C# language It will get RSS feed from below RSS news link. & pull feeds together once or few times daily?

Here are some RSS feed links:
1) http://feeds.reuters.com/reuters/smallBusinessNews
2) http://www.nytimes.com/services/xml/rss/nyt/SmallBusiness.xml
3) http://www.forbes.com/entrepreneurs/index.xml

also I want to insert all RSS details (Title, description, Link ,images) into my RSS Data Table.

有帮助吗?

解决方案

Have a look at this article RSS Reader on CodeProject and this one C# RSS Reader here on StackOverflow.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top