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 Articles
SOA Principles
SOA Principles Service-oriented architecture ( SOA ) is based on the four fundamental tenets that follow: 1. Explicit Boundaries Everything needed by the service to […]
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 […]
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 , […]
WCF Proxy Creation ways
WCF Proxy Creation ways There are different ways of creating WCF proxy : Adding service reference to a WCF service using Visual Studio Use SvcUtil.exe […]
Serialization and Encoding in WCF
Serialization and Encoding in WCF An important part of communication between WCF Applications is Serialization . Serialization and deserialization are processes involved in converting objects […]
WCF Channels
WCF Channels Channels are building blocks of communication between client and server in WCF.
