Friday, June 8, 2012

wcf and its advantages

WCF is a unified programming model provided in .net framework3.0  wcf is a combination feature of web services, .Net remoting, MSMQ and com+.

By using wcf we can implement a service which is of language independent, platform independent, application independent and protocol neutral.

WCF is a collection of operations where we can find at least one end point with complete service description.

wcf advantages
Interoperability is fundamental characterstic of wcf.
It provides better reliability and security compared to asmx.
No need to make code changes in code for implementing security model and changing binding. small changes in configuration will make your requirement.
It has integrated logging mechanism, changing configuration will provide this functionality.

No comments:

Post a Comment