| |
|
Advantage of WCF Question Posted on 06 Sep 2011 Home >> Frameworks >> WCF >> Advantage of WCF |
(1)WCF services is more reliabe and secure as compared to ASMX web services.
(2)Other important feature of WCF is interoperable with other services when compared to .Net Remoting,where the client and service have to be .Net
(3)WCF Supports Scaling
(4)WCF Load Balancing
(5)Its faster than ASMX
(6)With the help of WCF we can create different components so we can create new components for security, transport, authentication.
(7)We can easily create security model and changing the binding in WCF with less effort or with Small changes in the configuration will make your requirements.
(8)WCF has integrated logging mechanism, changing the configuration file settings will provide this functionality. In other technology developer has to write the code.
(9)WCF is Interoperability, for java, and more. | |
|
|
|
|