in C Sharp by (1.7k points)

Q. What is WCF?

1 Answer

0 votes
by (1.7k points)

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
asked Aug 12, 2020 in C Sharp by RShastri (1.7k points)
0 votes
asked Aug 12, 2020 in C Sharp by RShastri (1.7k points)
0 votes
asked Aug 12, 2020 in C Sharp by RShastri (1.7k points)
0 votes
asked Jun 8, 2020 in C Sharp by DavidAnderson (9.0k points)
0 votes
asked Jun 8, 2020 in C Sharp by DavidAnderson (9.0k points)
0 votes
0 votes
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell (5.2k points)
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell (5.2k points)
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell (5.2k points)
0 votes
0 votes
asked Jun 8, 2020 in C Sharp by DavidAnderson (9.0k points)
...