0 votes
in C Sharp by

Q. What is WCF?

1 Answer

0 votes
by

Ans- Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data.

Related questions

0 votes
0 votes
0 votes
asked Jun 8, 2020 in C Sharp by DavidAnderson
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
...