WCF to build SOAP based service

前端 未结 3 1606
我在风中等你
我在风中等你 2021-01-04 02:40

I am trying to find some good tutorials that would show me to create a simple SOAP based service using WCF and deploy it. I have been googling for the past 2 hour and can\'t

3条回答
  •  情书的邮戳
    2021-01-04 03:22

    As for resources: there's the MSDN WCF Developer Center which has everything from beginner's tutorials to articles and sample code.

    Also, check out the screen cast library up on MSDN for some really useful, 10-15 minute chunks of information on just about any topic related to WCF you might be interested in.

    Also very good are The Service Station articles in MSDN magazine on various aspects of WCF - some more basic like Serialization in WCF or WCF Bindings in Depth, some more advanced and esoteric - but always worth a look!

    Update: for learning WCF and SOAP, check out e.g.

    • Getting Started Tutorial
    • First Steps Screencast about WCF (using SOAP!)

    and a great many more - there are a ton of tutorial and learnings materials on WCF using SOAP bindings - not just REST stuff for sure!

提交回复
热议问题