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

前端 未结 11 1436
鱼传尺愫
鱼传尺愫 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:28

    If you cant use System.ServiceModel.Syndication.Syndicationfeed, for example because you are using a PCL (Portable Class Library). I wrote one : FeedParserPCL. You can find it on NuGet.

提交回复
热议问题