Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Monday, November 28, 2011

What is WCF?


1.      WCF stands for Windows Communication Foundation.

2.      WCF is advanced API (Application Programming Interface) for creating distributed applications using .NET framework.
3.      It is introduced in .NET 3.0.
4.      Distributed system in its simplest form is two executable running and exchanging data.
5.      WCF API is found in System.ServiceModel namespace.
6.      WCF is based on basic concepts of Service oriented architecture (SOA)

No comments:

Post a Comment