in C Sharp by (5.1k points)
WCF fundamentals and its architecture

1 Answer

0 votes
by (5.1k points)

The framework is suitable for sending asynchronous messages from one endpoint to another endpoint. The framework is using a set of APIs to exchange messages between the server and the client. It helps in accessing apps over the internet either it is hosted on the same server or different server.

WCF Fundamentals

  • Interoperability
  • Unification
  • Service Orientation

WCF Architecture

The WCF architecture is made up of the following layers – Application Layer, Contracts, Service Runtime, Messaging, Activating, and Hosting.

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