Any recommendations for RSS parser library in .NET?
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- Generic Generics in Managed C++
- Correctly parse PDF paragraphs with Python
- How to store image outside of the website's ro
- How to Debug/Register a Permanent WMI Event Which
I have used rss.net which works fine.
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.
rssdotnet works the best and is open source
Several questions out there already that might be helpful. Look at this search.
Perhaps some of these might be helpful: