Browse by Tags

CRUD Interface for a Service - Is a bad practice ?
I have been reading in different places that using a CRUD (Create, Read, Update, Delete) interface for a service is considered a bad practice or anti-pattern. Therefore, this kind of interface should be avoided at all cost. I am not agree with this at...
Service Invocation Framework
My friends Sergio Borromei (Microsoft Consulting) and Rodolfo Finochietti (Lagash) have recently released the first RTM of their Service Invocation Framework. This light-weight basically provides a collection of service adapters that a client application...
Recommendations to design message contracts
These are some useful practices to design message contracts. They are based on my experience as developer on different software projects. Do not include business behavior on the messages Do not use datasets as messages Be aware of any extensibility point...
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. You can find the article and the source code here, http://www.codeproject.com/winfx/WSI18N.asp Enjoy it :)
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...
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...
Binding an ADAM principal to Azman
As I mentioned in a previous post, I had a lot of problems last week trying to bind an ADAM principal to Azman. I found a way to do that using the Azman PIA but unfortunately it is not supported by the Azman Role provider shipped within ASP.NET 2.0. There...
Problems with Azman and ADAM
Configuring both products to work together can be a nightmare. I've spent almost three days trying to configure Azman and ADAM membership providers in a normal ASP.NET application, but I couldn't. I wanted to use ADAM as user/group repository and Azman...
More Posts