Pablo M. Cibraro (aka Cibrax)
My thoughts on Web Services and .NET development
-
Applying Domain-Driven Design and Patterns book
I have just finished reading the Jimmy Nilsson's book, "Applying Domain-Driven Design and Patterns", what a great book. This book really helps me to clarify a lot of concepts regarding DDD and others buzz-words I had around in my head for a while.
-
Web Services Internationalization (WS-I18N) in WCF
I have recently published an article describing a WS-I18N implementation for WCF in "The Code Project" web site.
-
Parameterized Queries (Oracle, SQLServer, OleDb)
In my opinion, the parameterized queries approach is always better than the traditional approach of joining string to build a dynamic SQL string.
-
WS-Compression for WCF RC1 (September)
I updated the WS-Compression code to make it work with the latest WCF release.
-
SAML - STS implementation for WCF
I finally decided to publish a STS implementation for WCF. (It is based on one of my previous posts, "Implementing a Secure token service with WCF")
-
Securing web services
This post discusses first the most important aspects to consider regarding security, and then, how these aspects are implemented with web services.
-
Creating X509 Certificates for WSE or WCF
What certificate to use or where to get one of these, is perhaps is one the most common question I read often in the MS newsgroups.
Well, for starters, there are many kinds of X509 certificates around, each one for a different purpose. And to make the matters worse, each vendor offers similar certificates with different names.
Verisign, RSA, Thawte and others usually offer certificates for the following purposes: -
Interoperability between WSE 2.0 and WCF
William Tay (Aka Softwaremaker) one of the most knowledgeable WSE guys around has published an excellent article about interoperability between WSE 2.0 and WCF.
I usually find people concerned about topics like this, the different interop issues between WSE 2.0, WSE 3.0 and WCF.
Well, this article really helps clarify the required points to make both products work together. In addition, it includes some code samples. -
Making WSE 3.0 work with WSS4J and X509 certificates
Today I found this interesting blog entry to making WSS4J (Axis) work with WSE 3.0 using a Mutual X509 scenario (There are two certificates, the first one for client authentication and the second one for message protection).
Since WSE 3.0 and WCF are compatible at wire level (I have already developed a sample to show this), this entry is also useful for interop testing between WCF and WSS4J. -
WS-Federation quickstart for WSE 3.0
Microsoft has recently released a WS-Federation sample based on the SAML implementation for WSE 3.0.
This sample adds some new cool features to the SAML implementation and shows a scenario similar to what I described a couple of months ago in this post.