Pablo M. Cibraro (aka Cibrax)
My thoughts on Web Services and .NET development
-
New work - New Life
A month ago, a person from the Inter-American development bank offered me a job as .NET consultant in that bank.
-
WSE and WCF interop sample
Yes, I know, Mark Fusell has already demonstrated the interoperability between WSE and WCF many times. This is another example that shows a WSE client consuming a WCF service. The client and the service, both use a AnonymousForCertificate turn-key assertion.
-
The "Service Factory" project is out
Are you wondering yourself how to build service oriented applications using the best practices in the market ?. In that case, you should definitively take a look to this new project Web Service Software Factory from the Microsoft P&P team. It was announced last week by Don Smith and Jason Hogg in the Microsoft Canadian Architecture Forum.
-
MVP - Connected System Developer
I just received the confirmation email from the MVP Lead Ben Miller. Thank you Microsoft :-).
I also would like to give special thanks to Julie Lerman and Jason Hogg, who have helped me a lot to obtain this award. -
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.