June 2009 - Posts

3
Comments

Focus on the Extension of WCF Behavior by brucezhang

WCF provides the flexible and extensible architecture for the developer. The most common situation is to customize the extension of behavior. It is not complex, but some issues should be noticed. This article is prepare to discuss how to extend the behavior...
Filed under:
2
Comments

Stream operation in WCF by brucezhang

WCF provides the support for Stream object. It typically recommends the developer to handle the message which size is too large as Stream object for the sake of high performance. However, there are some constraints on Stream operation to note: 1. The...
Filed under:
More Posts