Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Many people have asked us for the source code used in Essential WCF. We've cleansed it, re-tested (again!) and published it to our page on InformIT under the downloads tab. Feel free to use and experiment as you learn this way-cool technology.
Comments
Anonymous
August 12, 2008
Hi, I'm missing the errata - at least on informit.com and in the book I didn't found any reference. Some typos I've already found - WDSL for instance ;-) regards, OliverAnonymous
March 14, 2011
Can you provide explanation/errata of a following from Chapter 3: Channels ? -- original text --- ChannelFactory<> Two classes refer to channel factories within WCF: ChannelFactory and ChannelFactory<>. They might seem similar, but they are actually separate classes that do different things. The ChannelFactory<> class is used in advanced situations where multiple clients need to be created. Essentially it works with a given ChannelFactory, but it does not have any responsibilities for creating a channel stack. The ChannelFactory<> class is used by defining the class with a specific ServiceContract type… -- end of quote --- My questions: i/ Regarding comparison "...ChannelFactory and ChannelFactory<>", there is no non-generic ChannelFactory class. Did you mean "...Binding and ChannelFactory<>" , or something else? ii/ Regarding "...Essentially it works with a given ChannelFactory...", this probably should say "...it works with a given Channel type..." ? Thank you for response PetrAnonymous
October 01, 2011
Could you publish the source code for Chapter 13, Programmable Web? Thanks