Keep-Alive value enables clients to establish persistent connections to the WCF services. This configuration offers enhanced throughput because previously established connections can be reused to […]
Category: WCF Interview Questions
What are the 3 things that a WCF Services end point must have?
What are the 3 things that a WCF Services end point must have? ABC are 3 things that WCFServices end point must have. “A” stands […]
Why are WCF Services are considered as loosely coupled?
Why are WCF Services are considered as loosely coupled? WCF enables one to create SOA services. A loosely-coupled relationship implies that any client created on […]
Difference between Close and Abort in WCF Client Channels
Close Vs Abort in WCF Client Channels Difference between Close and Abort in WCF Channels are listed below : Close performs graceful shutdown of Client […]
Difference between REST vs SOAP
REST vs SOAPREST uses transport specific ( HTTP ) model whereas SOAP uses transport neutral model.REST is focused on resources whereas SOAP is focused on […]
Message Exchange Patterns in WCF
Message Exchange Patterns in WCF There are three message exchange patterns in WCF : One way Request Reply Duplex
WCF Questions : What is WCF ?
What is WCF ? WCF stands for Windows Communication Foundation. WCF was introduced with .NET Framework 3.0. It provides combined features of Web Services , […]
State few characteristics of SOA ( Service Oriented Architecture ) ?
Below are few important characteristics of SOA are : 1: Boundaries are Explicit 2: Services share schema and contract, not class 3: Services Are Autonomous […]
WCF Channels
WCF Channels Channels are building blocks of communication between client and server in WCF.
