Advantage
- WCF is interoperable with other services when compared to .Net Remoting, where the client and service have to be .Net.
- WCF services provide better reliability and security in compared to ASMX web services.
- In WCF, there is no need to make much change in code for implementing the security model and changing the binding. Small changes in the configuration will make your requirements.
- WCF has integrated logging mechanism.
No comments:
Post a Comment
Please Give Your Valuable Comments on this Topic