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...

Developing a WCF Service

0
It is typical to have projects based on a client-server architecture where the server publishes a number of services. These services are normally Web-Services, and as so are available...

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...

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...