0 votes
in C Sharp by
WCF fundamentals and its architecture

1 Answer

0 votes
by

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
0 votes
0 votes
asked Aug 12, 2020 in C Sharp by RShastri
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
...