Browse by Tags

ConfigSource attribute on system.serviceModel section
The configSource attribute was firstly introduced in .NET framework 2.0 to support external configuration files. This attribute can be added to any configuration section to specify a an external file for that section. Using an external configuration source...
Posted 24 July 2007 10:26 AM by cibrax | 5 comment(s)
Filed under: ,
WCF Durable services
My friend Jesus Rodriguez has published an excellent article about one the cool features that will be part of WCF 3.5 (Orcas timeframe), "Durable Services". If you want to know more about this feature, take a look at his post here . Enjoy!!.
Posted 18 June 2007 07:27 PM by cibrax | with no comments
Filed under: , ,
Integrating the WCF trace with the Logging Application Block
As part of the integration between WCF and EntLib 3.0, this last one comes with a nice feature to redirect the WCF trace to the logging application block. This is done by Entlib through a custom trace listener (system.diagnostics) that captures the trace...
Posted 18 June 2007 07:09 PM by cibrax | 2 comment(s)
Filed under: ,
X509 Certificates for WSE and WCF - Part 2
I am writing this post as an extension to the previous one, "Creating X509 Certificates for WSE or WCF" I lately received some feedback from a colleague Albert, and I think it is worth mentioning. Albert came out with a common dilemma nowadays...
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 :)
More Posts