c# - rss in windows forms -


I am developing an application with windows as C #, and I'1d let me know that I How Can I Use Toolkit Windows Form Application? I have referenced in my solution but when I compile the app, this error is not correct.

Is there any easy way to read RSS feeds in the Windows form?

>

If you If you are using .NET 3.5 SP1, then it is already in the case of syndication:

  XmlReader Reader = XmlReader.Create ("http: // localhost / feeds / serializedFeed XML" ); Syndication feed = syndication feed Load (reader);  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -