AtomPub - 您有什么建议?
我希望创建一个服务(基于 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过使用 BlogSvc:
http:// www.hanselman.com/blog/CommentView.aspx?guid=75291315-f7aa-418a-b18d-2c10defa8bc1
Have you considered using BlogSvc:
http://www.hanselman.com/blog/CommentView.aspx?guid=75291315-f7aa-418a-b18d-2c10defa8bc1