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 – Fault Exceptions AND FAULT Contracts

0
This next post about WCF will show how to integrate Fault Exceptions and Fault Contracts in your service. As written in MSDN Fault Exceptions are used for "......

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

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