vote up 5 vote down star
4

Touched on in other questions, but not directly...which WCF book(s) would you recommend?

flag

What do you need? Are you a beginner and want to get up to speed, cookbook-style? Do you want to learn how WCF works and how it is built? Wrote what you expect from a book, then I can recommend one – Krzysztof Koźmic Dec 22 '08 at 22:00
I'm 10 years professional programmer, first 5 C/C++, last 5 C#. I've done some web services, am fine with XML/XSD. I need enough to build a new system from scratch: enterprise space, lots of horizontal scalability, etc etc. – ng5000 Dec 23 '08 at 9:28

8 Answers

vote up 6 vote down

Two books which I found quite helpful in getting started with WCF were :

  1. Learning WCF: A Hands on Guide by Michele Bustamante
  2. Programing WCF Services by Juval Lowy
link|flag
vote up 1 vote down

Windows Communication Foundation 3.5 Unleashed is excellent

link|flag
vote up 3 vote down

The books mentioned by other guys here are just great. I used these videos from Mike Taulty and it gave me a real jump start. Hope you like it.

link|flag
Excellent videos! – jpoh Aug 24 at 6:59
vote up 1 vote down

The Bustamante book is quite good. I learned quite a bit by searching the net. I would recommend - http://msdn.microsoft.com/en-us/virtuallabs/aa740389.aspx

The MSDN Virtual Lab: Reliable and Transacted Messaging with the Windows Communication Foundation is also quite good.

link|flag
vote up 1 vote down

hi, i think you can cross reference to this earlier discussion:

wcf-for-the-totally-clueless

link|flag
vote up 3 vote down

I've been reading through Programming WCF Services, Second Edition and it does a great job of covering a lot of topics. It does get a little advanced at times, and the author put together a great helper library that he sometimes doesn't clarify which is part of the Base Class Library and which is his code. But overall if you're an intermediate programmer at the least it's a great book.

link|flag
vote up 0 vote down

Actually Programming WCF Services looks best in Amazon. It has most user reviews and it praised so much. This is why I chose it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.