有哪些学习 ASP.NET Web 服务的好资源?

发布于 2024-08-23 05:12:28 字数 54 浏览 3 评论 0原文

我对网络服务完全陌生。我想研究它并在我的网站中使用它?

请问有什么实用教程吗?

I'm completely new in web service. I want to study about it and the use it in my web site?

any practical tutorial please?

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

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

发布评论

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

评论(4

離人涙 2024-08-30 05:12:29

其他几个答案建议您学习过时或遗留技术。没有理由这样做。

.NET 平台上的所有新 Web 服务开发都应使用 Windows Communication Foundation (WCF) 来完成。 WCF 取代了 ASMX 和 WSE 技术,然后极大地扩展了它们的功能。

WCF 开发人员中心 是起点。除此之外,它还包括学习 WCF,这是一组关于世界CF。

Several of the other answers have suggested that you learn obsolete or legacy technologies. There is no reason to do that.

All new web service development on the .NET platform should be done using Windows Communication Foundation (WCF). WCF replaces both the ASMX and WSE technologies, and then greatly expands their functionality.

The WCF Developer Center is the place to start. Among other things, it includes Learning WCF, a set of tutorials on WCF.

不忘初心 2024-08-30 05:12:29

如果是 WCF 服务,请检查以下内容:

http://msdn.microsoft。 com/en-us/netframework/aa663324.aspx

或者也许是一本书! WCF 服务编程,第二版 (OReilly)

http://oreilly.com/catalog/9780596521325

编辑:初学者应该按照建议关注 WCF,而不是老式的 .asmx 服务。

If its WCF Services then check out the following:

http://msdn.microsoft.com/en-us/netframework/aa663324.aspx

or maybe a book! Programming WCF Services, Second Edition (OReilly)

http://oreilly.com/catalog/9780596521325

EDIT: Beginners should focus on WCF as advised and not old school .asmx services.

平安喜乐 2024-08-30 05:12:29

这是我发现有用的东西: 4GuysFromRolla 上的一系列非常深入的文章。虽然现在已经很老了,但它会给你一个良好的基础。

编辑:在约翰打我的手腕之后,也许你应该跳过我的第一个链接和 从这里开始

Here's something I found useful: a very in-depth series of articles at 4GuysFromRolla. Although it's quite old now it will give you a good grounding.

Edit: After my wrist-slap from John, perhaps you should skip my first link and start here.

安穩 2024-08-30 05:12:29

搜索 WCF、WSDL、SOAP 等术语。我建议买一本书!

Search for terms like WCF, WSDL, SOAP. I Would recommend buying a book!

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