views:

1326

answers:

4

WCF is Microsoft's replacement for .Net Remoting and Web services. It's critical to understand if you are a .NET component developer.

The best reference for WCF appears to be (by word of mouth, blogs and Amazon) Juval Lowy's "Programming WCF Services," published by O'Reilly.

This book is advertised in several places around the net as "coming with Juval Lowy's ServiceModelEx library," which is supposed to be this awesome WCF framework that extends and simplifies WCF development. In the book itself Lowy talks about this framework a lot.

However, I can not figure out where to download said library. If you look at his website's download page there's tons of stuff but no ServiceModelEx.

Does he intend for his readers to re-code all of it by hand going by code samples in his book?

Anyone with any experience on this?

Yeah, this is a niche question, but I think it's an important topic and it's certainly programming related.

+5  A: 

http://examples.oreilly.com/9780596521301/

I found this via:

http://oreilly.com/catalog/9780596521301/

and clicking on "Examples"

Download the zip file and it has all the code for ServiceModelEx. It isn't on IDesign's site, which is odd, because it claims to be. However, I hope this helps.

BobbyShaftoe
RhysC
+1 You would think the book itself would have a nice bold URL to the samples download instead of hiding it on some obscure link and calling it "PWSSE-Sources.zip".
Repo Man
A: 

Thank you SOOO much! That's exactly what I was looking for. I saw that page and the file, but since it's called Examples and the file name is not ServiceModelEx I figured it was just sample code from the book or something else.

I should have just downloaded it and examined it before asking.

This is a great example of the utility of StackOverflow.

Oh well. THANKS!!

Terry Donaghe
A: 

I went through the same process. But, luckily, I needed to download InProc Factory project from Idesign's site and there it was, the ServiceModelEx is bundled with InProc Factory example.

It is stored under InProc Factory at http://bit.ly/9t326S

The zip file has two projects. One is InProc Factory and the other one is ServiceModelEx. Hope this is helpful.

ashtee
A: 

you can find it here:

http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=11#WCFEssentials

Just search for "ServiceModelEx" in your browser to jump to the right link ;)

Kralizek