Why I like WCF
I am not easily impressed, and I consider WCF plumbing code (especially after looking at the generated proxies), but I am now sold on WCF.
The reason?
The tools are the framework make it easy to find out what is going on. I had a web service call that was failing, and I coud just open SvcConfigEditor and add tracing, and then use SvcTraceViewer in order to look at the messages as they went along. From there I managed to find that I was passing the wrong value.
I used to do similar things with SOAP, and that wasn't nearly as easy or flexible. The ability to do it quickly, easily and with no hassle is very important selling point to me. With all its complexity, WCF just made sure that I would have to do less work, and for that it gets excellent marks.
Comments
Comment preview