Is there a RSS library for .NET?
feedback
|
|
You might start with the System.ServiceModel.Syndication Namespace. It includes classes for RSS and Atom. | |||
|
feedback
|
|
According to Google, there are a few options:
Also, many commercial networking toolkits for .NET (e.g. /n Software's IP*Works!) support RSS. In addition to that, the RSS protocol itself isn't too involved: using .NET's native HttpClient and some LINQ to XML magic, it should not be too difficult to implement a RSS client yourself... | |||
|
feedback
|
|
I have answered a similar question 2 times ;- ) Check this out : http://stackoverflow.com/questions/684507/rss-parser-in-net/684518#684518
| |||
|
feedback
|
|
There are tons, including using LinqToXML, however, IMHO, the Argotic framework is the most robust. | |||
|
feedback
|
|
There are many of them, e.g. rss.net. And it's easy to implement reading without any lib | |||
|
feedback
|