Browse by Tags

25 augustus 2009
WCF Extensibility part 5: Make your endpoints behave
In the previous post we looked at an operation behavior that applied the operation formatter to a particular operation description. Because this is default behavior for all operations in the interface defined, we will make life a little easier on us to have the operation behaviors applied automatically... Read More...
21 augustus 2009
WCF Extensibility part 3: Formatting operations
Time to get serious and drill down into the first area of the big picture. We are going to take a look at “operation formatting”, which is roughly located in the highlighted area. One of the crucial parts of the WCF channel layer is the way that method invocations get transformed into WCF... Read More...
20 augustus 2009
WCF Extensibility part 2: The big picture
Before I drill down into each of the smaller parts of the client-side channel stack implementation, I want to sketch out an overview of some of the moving parts of the channel layer. This picture is by no means complete, and I will probably revisit it several times over the next couple of posts. It should... Read More...