tags:

views:

292

answers:

2

I'm looking for any beyond basic resources that can help me to be proficient with WCF.

I found Microsoft Virtual Labs that are pretty good but I'm looking for more. I'd really appreciate if you point me to more resources.

Thanks a lot.

+1  A: 

I like Juval Lowy's book.

Robert
+2  A: 

There's a really good book my Michele Leroux Bustamante called Learning WCF (something like a pre-cursor to Juwal Lowy's more advanced book). She goes into great detail on all topics of WCF, even some very advanced ones (like federated authentication).

Michele has also recorded a 15-part screencast series on MSDN called "WCF Top-to-Bottom" which is a really great way to get started into WCF programming. Check out her link collection for that series.

Marc

marc_s
Yes - recomended purchase! I've also found http://wcfsecurity.codeplex.com/ a useful resource.
Tanner