In my last post I had started writing about Instance Pooling in WCF and we ended up developing a simple class providing object pooling functionality.In this post we will see what needs to be done step by step to incorporate this instance pool into the WCF framework. Implementing IInstanceProvider The class System.Runtime.Dispatcher.DispatchRuntime exposes the property [...]
Posts Tagged ‘Behaviors’
3
I ended my last post on WCF Dispatcher extension points with the note that we need WCF behavior to attach the components extending WCF functionality to the runtime.In this post I will describe the various WCF behaviors and how they can be plugged into the WCF runtime. There are 4 types of behaviors in WCF [...]

