vote up 18 vote down star
18

I've been hearing about WCF for a couple of years now, and I still don't get it. I understand that it's supposed to be a replacement for web services, remoting, MSMQ, and a few other things.

The trouble is, every tutorial I find assumes that I've done one of those things, and it tends to follow the line of "Here are the differences; you know the rest." But I don't know the rest!

So: Do you know of any tutorial articles, books, etc. that assume that the reader knows C# or VB .NET, but nothing about web services, MSMQ, remoting, and all those other technologies that WCF replaces?

flag

44% accept rate

6 Answers

vote up 4 vote down

Here are some resources from MSDN that I do not think that require any prior knowledge:

link|flag
Here is a full series of Michelle's webcasts: dasblonde.net/2007/06/… – bychkov Apr 27 at 17:01
Note: You'll need to use IE to try viewing/downloading the webcasts. I wasn't able to do it with Firefox. So frustrating! >_< – Ecyrb Nov 12 at 17:56
vote up 4 vote down

I'd recommend "Programming WCF Services" by Juval Löwy. Especially if you want to grow your service big, this book is a real help!

link|flag
1  
Yeap- except this book isn't really aimed at beginners. – RichardOD Sep 18 at 9:45
vote up 4 vote down

"Learning WCF" by Michele Leroux Bustamante is an excellent book as well. It contains a ton of step-by-step tutorials for just about every scenario that one can think of with WCF.

From what I've seen WCF has a pretty steep learning curve up until you just "get it" - there'll be a moment of epiphany where you just go, "OH YEAH!!" It's not as complicated as it looks at first blush.

Seriously though, take a look at this book. The version that I have focuses on VS 2005 implementation which is a bit different from what you'll find in VS 2008. Maybe there's a new edition, but either way it's not impossible to follow.

Keep at it and you'll get it.

link|flag
vote up 3 vote down

I thought the MSDN Getting Started Tutorial wasn't bad. It walks you through step by step without many assumptions. It also contains references to detailed topics when you're ready to dig deeper.

link|flag
vote up 3 vote down

The absolute best book out there is Essential Windows Communication Foundation 3.5.

Here's a basic article about how web services differ conceptually from standard procedural code:

http://www.iserviceoriented.com/blog/post/Introduction+to+Service+Oriented+Architecture.aspx

link|flag
vote up 0 vote down

If you want to know the rest, particularly the differences between things like MSMQ and Web Services, I'd thoroughly recommend you read the first few chapters of the book "Enterprise Integration Patterns". Perhaps look at this site and read about the various integration styles.

link|flag

Your Answer

Get an OpenID
or

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