5

Any recommendations for RSS parser library in .NET?

Ramaz
  • 129
  • 1
  • 4

4 Answers4

4

Several questions out there already that might be helpful. Look at this search.

Perhaps some of these might be helpful:

Community
  • 1
  • 1
stiank81
  • 25,418
  • 43
  • 131
  • 202
2

SyndicationFeed is a part of .NET framework, you can find this class in System.ServiceModel.dll assembly.

You can read and created RSS feeds using SyndiacationFeed and System.ServiceModel.Syndication namespace.

Gutek
  • 701
  • 7
  • 24
0

I have used rss.net which works fine.

Klaus Byskov Pedersen
  • 117,245
  • 29
  • 183
  • 222
0

rssdotnet works the best and is open source

user279521
  • 4,779
  • 21
  • 78
  • 109