阿尔戈蒂克联合框架
有谁知道这个框架的教程吗? 对于使用它从 RSS Feed 中提取数据有何看法? 是好是坏?
Does anyone know of any tutorials for this framework?
Whats the opinion on the use of this for extracting data from an RSS Feed?
Good or bad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodePlex wiki 上的许多链接指向许多教程。 另外,请查看 DimeCasts.net。 Derik Whittaker 还有一个简单的示例 此处。
The many links on the CodePlex wiki lead to a number of tutorials. Also, check out DimeCasts.net. Derik Whittaker also has a simple sample here.
您可能需要考虑使用 System.ServiceModel.Syndicate 命名空间。 在里面,您会发现一个名为 SyndicateFeed 的类,它具有静态方法 Load,可以执行您需要的所有操作。
我已经针对另一个问题发布了此内容,但它可能对您也有帮助:
System.ServiceModel.Symination
Argotic
You might want to consider using the System.ServiceModel.Syndication namespace. Inside, you'll find a class called SyndicationFeed with a static method Load that might do everything you need.
I already posted this for another question, but it may be helpful for you too:
System.ServiceModel.Sydication
Argotic