AtomPub - 您有什么建议?

发布于 2024-08-09 01:22:21 字数 381 浏览 3 评论 0原文

我希望创建一个服务(基于 .NET Fx 3.5 或 4.0),通过 Atom 公开数据并启用 AtomPub(以便我可以使用 Windows Live Writer 进行更新)。

看起来有两个选项:

  • 使用 ADO.NET 数据服务。据我所知,这是最容易工作的,但需要 EF(我正在使用 LinqToSQL - 尽管我知道有一个解决方法)并且映射类型似乎有点不灵活。例如,我仍然不知道如何从提要中删除元素。

  • 使用 WCF 聚合源执行一些自定义操作。这看起来是最灵活的方法,但当然是自定义的,并且需要更多编码。

我对在自己的应用程序中实现 AtomPub 的人们的意见感兴趣。您使用了哪种方法? (或者你做了一些不同的事情?)

I'm looking to create a service (based on .NET Fx 3.5 or 4.0) that exposes data via Atom and enables AtomPub (so that I can update using Windows Live Writer).

There looks to be two options:

  • Use ADO.NET Data Services. From what I can tell this is the easiest to get working, but requires EF (I'm using LinqToSQL - although I know there is a workaround) and mapping the types seems a little inflexible. e.g. I still don't know how to remove elements from the feed.

  • Do something custom with a WCF Syndication Feed. This looks like the most flexible approach, but is of course custom, and will require more coding.

I'm interested in opinions from people that have implemented AtomPub in their own applications. Which approach did you use? (or did you do something different?)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

十年九夏 2024-08-16 01:22:21

您是否考虑过使用 BlogSvc:

http:// www.hanselman.com/blog/CommentView.aspx?guid=75291315-f7aa-418a-b18d-2c10defa8bc1

由于该项目使用 Atom 和
他可以使用 AtomPub 来对抗它
Windows Live 作家。你都可以学会
通过阅读了解 WLW 如何喜欢 Atom
该系列帖子最优秀
Live Writer 团队的 Joe Cheng 做到了
关于这一切是如何实现的。

Have you considered using BlogSvc:

http://www.hanselman.com/blog/CommentView.aspx?guid=75291315-f7aa-418a-b18d-2c10defa8bc1

Since the project uses Atom and
AtomPub he can work against it using
Windows Live Writer. You can learn all
about how WLW likes Atom by reading
the series of posts the most excellent
Joe Cheng of the Live Writer team did
on how this is all implemented.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文