Log4net Initialization/Configuration alternatives

0
In a previous post where I talked about using log4net I used one of the alternative ways to initialize and configure the logging services. This post will summarize...

Developing a WCF Service – Calling the hosted service

0
In the first part of this topic, I showed you how to develop a WCF service. In this next part I will show how to implement a client application...

.NET XML Serialization of CDATA ATTRIBUTE

2
Recently I needed to create a .NET class (C#) that when serialized should contain a CDATA attribute similar to this: ...

Using log4net logging services

0
Whenever you have the need for debugging some application that by whatever reason cannot be properly debugged in Visual Studio, or even because your application requires some kind of...