Archives
-
Service interface factory
Last week I received some feedback from the web services guru Christian Weyer (By the way, a cool guy too) about my post "Proxy Factory", so I decided to develop a complete and usable sample to show that concept.
-
WS-Compression for WCF
I have developed a new WS-Compression implementation for WCF. This code is based on the WSE 3.0 implementation made by my partner Rodolfo Finochieti.
-
Client-side token cache for WCF
WCF by default maintains a cache for security tokens per channel instance (A channel is related to a contract). Therefore, it is not possible to reuse the same token for different channel instances.
-
Remote pair programming
As most of you know, Pair programming is one of practices included in Extreme Programming. It is a programming technique that provides line-of-sight-and-hearing learning.
-
Implementing a Secure token service with WCF
I decided to write this post in order to show some necessary steps to build a Secure Token Service (STS) with the latest WCF CTP.
-
Intellisense support for WCF configuration files - February CTP
Juval Lowy has posted an updated version of the WCF configuration schema here.