Where is Juval Lowy's ServiceModelEx library for WCF?

时光毁灭记忆、已成空白 提交于 2019-12-03 04:50:06
BobbyShaftoe

The latest version is maintained on IDesign's site here:

http://idesign.net/Downloads/GetDownload/1887

Older version are available on the O'Reilly site.

Programming WCF Services 3rd Edition (PWSTE) Samples: http://examples.oreilly.com/9780596805494/

Programming WCF Services 2nd Edition (PWSSE) Samples: 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. I hope this helps.

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 ;)

Mili Milutinovic

In the PWSTE - Sources there are four subfolders:

  1. ServiceModelEx
  2. ServiceModelEx (.NET 3.5)
  3. ServiceModelEx(no service bus)
  4. Tools

The ServiceModelEx is included at the source level at many sample projects under WCF Samples. By studying Juval's code you can learn lot of good stuff. Good bless him.

ashtee

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!