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 […]
ASP.NET Web Application Security
ASP.NET with IIS, can authenticate user credentials such as names and passwords using any of the following authentication methods: •Windows: Basic, digest, or Integrated Windows […]
Cross Page Posting in ASP.NET Page
The Server.Transfer method can be used to move between webpages. This does not change the URL In ASP.NET 2.0 , cross page posting feature was […]
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 […]
