Tuesday 7 May 2013

Windows Communication Foundation(WCF)

Windows Communication Foundation(WCF) which is initially the part of the .Net Framework 3.0 and then continuously Framework 3.5,4.0 and now it is also the part of .Net Framework 4.5. It is unified Microsoft's programming model for building service oriented applications.It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing technology.

A lot of Theory has been written on the MSDN http://msdn.microsoft.com/en-us/library/ms731082.aspx related to WCF but here in this blog I am not going to write down the theory and all..I will try to more focus on practical approach using WCF.

Basics of WCF