是 WCF 服务 VS ADO.NET 数据服务吗?
我对 WCF 服务是什么只有一个模糊的概念,但是由于 Asp.Net 程序员的大多数工作(那些在对象数据层和数据访问层编程)也需要你了解 WCF 服务,我可能需要学习WCF服务也。但还有 ADO.NET 数据服务
这两种技术是否竞争(又称为执行相同的任务)或至少在某些领域重叠?
如果他们竞争,您会建议学习两者中的哪一个?
其中之一是否仅在非常特定的场景中使用,而其他则更经常使用(我知道我在这里概括得太多:))?
I only have vague idea of what WCF services are, but since most jobs for Asp.Net programmers ( those programming at Object data layer and Data access layer ) will also require you to know WCF services, I will probably need to learn WCF services also. But then there’s also ADO.NET Data Services
Do the two technologies compete ( aka are meant to perform same tasks ) or at least overlap in some areas?
if they compete, which of the two would you recommend to learn?
Is one of them only used in very specific scenarios while other is used on a more regular basis ( I know I’m generalizing too much here :) )?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两种技术并不竞争。
WCF是为开发者编写服务的。
ADO.NET 数据服务用于远程托管和查询数据。
Those two technologies DO NOT compete.
WCF is for developer writing services.
ADO.NET Data Services is for remotely hosting and querying your data.