Client Configuration in WCF 4.0
Posted by: Pablo M. Cibraro (aka Cibrax),
on 08 Sep 2009 |
View original | Bookmarked: 0 time(s)
As Dr Nick announced in this post, WCF 4.0 will ship with a new feature to configure a client channel from a configuration source other than the traditional section in the application configuration file (I discussed a workaround for doing the same thing in WCF 3.0 a time ago in this post)
This will provide the flexibility to deploy some binaries with the client proxies together with an independent configuration file (which might be a resource file, a stand alone file included with your application...