If I had a Fluent Interface for WCF Configuration I would…..
It would look something like this I guess:
var config = Wcf.Configure
.AddressAt(“net.tcp://localhost:9002/myservice”)
.TransportOn(Transports.Tcp)
.SecureFor(SecurityMode.None)
.etc
.etc
I think this gets idea over? I have at least one volunteer (bravo Mark) and so Hi Ho Hi Ho it’s off to work we go.



A capital idea. WCF configuration files be damned!
[Reply]
Peter
My friend Mark and I are going to start out with this. For my part, it’s down low in my queue of things to knock out, so we are planning on getting the most basic scenarios catered for. The typical SME intranet / LAN application scenarios and with little concern for the security aspect. Neither of us are deep believers in the WCF security model or rather it’s way of doing things and so we are not going to put it up high on the list requirements for the moment.
[Reply]
Sounds like a great project, if you need additional volunteers send me an email. I would love to get my hands dirty on this.
Roberto.-
[Reply]
I am sure you have seen this but I thought I would pass it on. David Kirkland has written a library that has a WCF Fluent interface. You can download the source at:
http://code.google.com/p/vitamink/
[Reply]
Sandy
I hadn’t seen it but will check it out. I am not using WCF much these days unless I have to punch a hole through the firewall but it’s (config) is still a pain.
All messaging I do currently (behind the firewall) is being built using nServiceBus.
Thanks for pointing it out and I will definitely be checking it out.
[Reply]