wcf - good examples out in the wild?
-
hey since some of you have been doing this for a while. can anyone provide links to the best articles, blogs that would be great for someone just starting out with wcf? i'm interested in turning my udpclient/tcpclient code into wcf to support other transport systems. -lm
-
hey since some of you have been doing this for a while. can anyone provide links to the best articles, blogs that would be great for someone just starting out with wcf? i'm interested in turning my udpclient/tcpclient code into wcf to support other transport systems. -lm
This is a good introduction. Michele is a very clear writer. It's chapter 1 of her book, Learning WCF. Hello Indigo[^] It is also available in PDF if that's more convenient for you. Learning WCF Chapter 1[^] You can also download the source code in either VS 2005 or VS 2008 versions to help you work through the labs. Source Code[^]
Kevin
-
This is a good introduction. Michele is a very clear writer. It's chapter 1 of her book, Learning WCF. Hello Indigo[^] It is also available in PDF if that's more convenient for you. Learning WCF Chapter 1[^] You can also download the source code in either VS 2005 or VS 2008 versions to help you work through the labs. Source Code[^]
Kevin
thanks