Browse by Tags

All Tags » WCF (RSS)

Building applications with WCF - Part 1 of n by skjagini

I am going to write series of articles using Windows Communication Framework (WCF) to develop client and server applications and this is the first part of that series. What is WCF As Juwal puts in his Programming WCF book, WCF provides an SDK for developing...
Filed under: , ,

Timeout exceptions by skjagini

1. WCF In a typical WCF client-service application, the client initiates the requests and waits for the response from service. If the service doesn’t respond in the preconfigured intervals the client will error out with an exception similar to the following...
Filed under: ,
More Posts