Windows Communication Foundation (WCF) is formally know as "Indigo".

Following are the features of WCF :
1. WCF is truely service-oriented, loosely coupled and interoperable platform.
2. It simplifies service-oriented system design by removing the design dependencies between business functionality and actual implementation of the business functionality.
3.WCF promotes loose coupling not only between services and the functionality they expose, but also for choice of protocol, message encoding formats & hosting environment. For ex, services can be accessed over a variety of supported protocols (named pipes, TCP, HTTP and MSMQ)
4. WCF also support all of the core and emerging web service standards, which make it a highly interoperable platform.
5. Messages can always be represented in a format consistent with a set of well-adapted standards to communicate with other platforms.
6. You can now choose a single communication stack to gain access to the system services necessary to build a distributed system.
7. WCF unifies the disparity in the programming paradigm namely .net remoting, asp.net web services (.asmx) & enterprises services.

Following are the features of WCF :
1. WCF is truely service-oriented, loosely coupled and interoperable platform.
2. It simplifies service-oriented system design by removing the design dependencies between business functionality and actual implementation of the business functionality.
3.WCF promotes loose coupling not only between services and the functionality they expose, but also for choice of protocol, message encoding formats & hosting environment. For ex, services can be accessed over a variety of supported protocols (named pipes, TCP, HTTP and MSMQ)
4. WCF also support all of the core and emerging web service standards, which make it a highly interoperable platform.
5. Messages can always be represented in a format consistent with a set of well-adapted standards to communicate with other platforms.
6. You can now choose a single communication stack to gain access to the system services necessary to build a distributed system.
7. WCF unifies the disparity in the programming paradigm namely .net remoting, asp.net web services (.asmx) & enterprises services.
No comments:
Post a Comment