Archives
-
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")