Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top