How can I get started making a C# RSS Reader?

前端 未结 11 1446
鱼传尺愫
鱼传尺愫 2020-11-30 18:58

I have been wanting to make a RSS reader for a while now (just for fun), but I don\'t have the slightest idea of where to start. I don\'t understand anything about RSS. Are

11条回答
  •  再見小時候
    2020-11-30 19:11

    I suggest you use this

    RSS.NET is an open-source .NET class library for RSS feeds. It provides a reusable object model for parsing and writing RSS feeds. It is fully compatible with RSS versions 0.90, 0.91, 0.92, and 2.0.1, implementing all constructs.

    Since standard syndication feed does not support other versions of rss.

提交回复
热议问题