Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top