Tag Archives: WCF

Why Windows Communication Foundation(WCF)?

I did the research on that, why we need to use windows communication foundation instead of web services? To compare both features, there have a pro and con to use wcf and web services. This is depend on the complexity … Continue reading

Posted in WCF | Tagged , | Leave a comment

REST and .NET 3.5 Part 1 – why REST based services?

REST is a very powerful way to build services. The model lends itself to high scalability as it uses the same model as the web. It is particularly applicable to services that are exposed on to the public internet as … Continue reading

Posted in ASP.net, WCF | Tagged , , , , | Leave a comment