使用 WCF 对服务进行版本控制的最佳实践?
我开始几乎完全在 WCF 中使用我的模型,并希望获得一些实用的方法来随着时间的推移对这些服务进行版本控制。 有人能指出我正确的方向吗?
I'm starting to work with my model almost exclusively in WCF and wanted to get some practical approaches to versioning these services over time. Can anyone point me in the right direction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
虽然不能立即为您提供答案,但我发现这本书学习 WCF 非常有用; 其中有一个关于版本控制的小部分(类似于 Espo 发布的 Craig McMurtry 的建议)。 如果您正在寻找一本一般性的入门书,那么它非常好。 她的网站也有很多好东西:Das Blonde
编辑:
不知道为什么她的网站没有响应; 我已经有一段时间没来了,所以也许她把它关掉了。 不确定。
While not an instant answer for you, I found the book Learning WCF very useful; in it there's a small section on versioning (which is similar to Craig McMurtry's advice posted by Espo). If you're looking for a general intro book, it's very good. Her website has lots of good stuff too: Das Blonde
Edit:
No sure why her site isn't responding; it's been a while since I've visited, so maybe she shut it down. No sure.
请参阅“版本控制 WCF 服务:第一部分” 和“WCF 服务版本控制:第二部分”。
另请参阅:
See "Versioning WCF Services: Part I" and "Versioning WCF Services: Part II".
See also:
Craig McMurtry 的 WebLog 上有一篇很好的文章。 这是 2006 年的内容,但其中大部分内容仍然具有相关性。
除了用于浏览选择的决策树之外,他还展示了如何使用 Windows Communication Foundation 来实现这些更改
There is a good writeup on Craig McMurtry's WebLog. Its from 2006, but most of it is still relevant.
As well as a decision tree to walk through the choices, he shows how to implement those changes using Windows Communication Foundation