rss parser in .net

后端 未结 3 526
情深已故
情深已故 2020-12-09 18:56

what\'s the best RSS reader for .net out there? most efficient and easy to use the ones i found are really complicated

3条回答
  •  一向
    一向 (楼主)
    2020-12-09 19:39

    You may want to look at Argotic too - http://www.codeplex.com/Argotic

    I have used Argotic during .Net 1.1 when the Syndication framework was not available in the framework and it did the job.

    However, I would recommend the use of System.ServiceModel.Syndication if it does everything you need.

提交回复
热议问题