WCF for the totally clueless
Posted
by Kyralessa
on Stack Overflow
See other posts from Stack Overflow
or by Kyralessa
Published on 2008-11-17T16:22:38Z
Indexed on
2010/05/02
21:37 UTC
Read the original article
Hit count: 240
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?
© Stack Overflow or respective owner