| |
|
What are the advantage of WCF Question Posted on 28 Aug 2011 Home >> Frameworks >> WCF >> What are the advantage of WCF |
(1)WCF is interoperable with other services as compared to .NET Remoting where client and service both have .net
(2)WCF service provide better reliability and security in compared to ASMX web services.
(3)WCF has ability to support for multiple protocols just like TCP/IP, HTTP, PIPE, MSMQ etc.
(4) WCF can also be hosted outside IIS
(5)WCF can be hosted in managed windows applications, a windows service, and WAS (Windows Process Activation Service)
(6) WCF provides customisation just like event hooks into service start ,end and init custom global error Handling etc. etc.
(7)In case of implementing security model there is no need do much changes for implement by making little configuration we can do this | |
|
|
|
|