BehaviorManager is designed to apply or customize WCF behaviors at runtime.BehaviorManager reads the behaviors configured in the web.config and apply
Continue reading »Category: Behavior
Custom Error Behavior by implementing IErrorHandler at WCF Service
Today, I am going to show how to handle errors (handled or unhandled by WCF service) at the application level.
Continue reading »Preserving Object Reference in WCF and Resolve KnownTypes Error at Runtime
By default object references are not preserved by the DataContractSerializer, Values of an object referenced multiple times is serialized multiple
Continue reading »