InterviewSolution
Saved Bookmarks
| 1. |
What is WCF and why it is used? |
|
Answer» WCF is an abbreviated form of Windows Communication Foundation. In general, it is WIDELY used to CREATE and generate the interoperable, scalable and distributed application. .NET 3.0 is a WCF applications framework which is used for the creation of service-oriented and aligned applications. With the help of this framework, users can send asynchronous data from one PART to another. Therefore, WCF applications can be used in a distributed system that can be run on multiple SYSTEMS without any sort of compatibility barriers. |
|