Tag Archives: WCF

REST- REpresentational State Transfer
Welcome to CodeSpread!REST – REpresentational State Transfer, is an enhanced version of client server style architecture for distributed communication. When we talk about distributed communication, we think of request and response. A request is something which is made by client to a server and in reply, response is sent back by the server to the…..

WCF Part 3: Direct from WCF kitchen.
In the last two articles WCF:Part 1 and WCF Part 2, we have covered basic knowledge and terminologies of WCF.Now we will apply that knowledge to create a WCF service.There are lot of articles available on internet related to creating a WCF service but the knowledge gap is still there. Let’s try to fill this…..

WCF Part 2: Fundamentals.
We have seen the evolution of WCF in our previous article: WCF Part 1: Why WCF?. Next, we will go through the fundamentals of WCF. I will try to make it more worthy than an interview question puff. What is WCF? Windows Communication Foundation.Easy. Although, I was not able to find as why it is…..

WCF Part 1: Why WCF?
When i create a WCF service, i feel like it is a very easy task but when somebody asks me, why you have created it? then the simplest answer is, i got the requirement like this. But to be honest, Nobody tells us to use WCF specifically. Then why there is roar over WCF? This…..









