Service Contract Attributes Service Contract Attributes are used to modify the service contract. Following are various Service Contract attributes that can be specified at service […]
Category: WCF Articles
WCF Transactions
WCF Transactions Transactions consists of set of activities in which all activities succeeds or fails.Transactions follows ACID properties . Atomicity ( A ) – means […]
WCF – Windows Communication Foundation
WCF – Windows Communication Foundation Introduction .NET Framework 3.0 introduces four important features : Windows Communication Foundation ( WCF ) Windows Presentation Foundation ( WPF […]
Concurrency Mode in WCF
Concurrency Mode in WCF Concurrency is used to control number of threads active in an InstanceContext at any one time. The following three concurrency modes […]
Instance Context Mode in WCF
Instance Context Mode in WCF InstanceContextMode is used to control how service instances are allocated in response to client calls. InstanceContextMode has following values: •Single – […]
Service Throttling Behavior in WCF
Service Throttling Behavior in WCF The ServiceThrottlingBehavior class exposes properties that you can use to limit how many instances or sessions are created at the […]
Service-Oriented Architecture ( SOA )
Service-Oriented Architecture ( SOA ) Introduction: In today’s technology-driven world with globalization, rapid business changes and with ever growing challenges posed by integration between globally […]
Hosting WCF Service
WCF service can be hosted in four ways : 1. Internet Information Server (IIS) WCF services can be hosted within Internet Information Services. There is […]
WCF Tool Support
WCF Tool Support WCF provides a number of tools that make it easier to create, deploy, and administer WCF applications. 1. COM+ Service Model Configuration […]
WCF Contracts
WCF ContractWCF contracts is used to define the behavior of WCF services. These are created in code by developers and are exposed to clients in […]
