0% found this document useful (0 votes)
55 views5 pages

WCF - Jumpstart

WCF is Microsoft's platform for building distributed, service-oriented applications on Windows. It provides robust, flexible, scalable and secure communication. WCF uses service contracts, data contracts and endpoints configured through code or configuration files to define services and clients. Services can be self-hosted in any .NET process or hosted in IIS through SVC files, while clients access services through proxies.

Uploaded by

Jordhano Mañon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views5 pages

WCF - Jumpstart

WCF is Microsoft's platform for building distributed, service-oriented applications on Windows. It provides robust, flexible, scalable and secure communication. WCF uses service contracts, data contracts and endpoints configured through code or configuration files to define services and clients. Services can be self-hosted in any .NET process or hosted in IIS through SVC files, while clients access services through proxies.

Uploaded by

Jordhano Mañon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5

WCF Jumpstart

Level 0
WCF
• Windows Communication Foundation (Indigo)
• Platform for building distributed, service-oriented applications

Secure Scalable

Make it easy
for .NET

Robust Flexible
WCF Building Blocks

Server Client
• Service Host • Proxy
• Service Contract • Configuration
• Operation Contract
• Data Contract
• Service
• Configuration
WCF Configuration
• Endpoints
• Address
• Binding
• Contract
• Behaviors
• Bindings
WCF Hosting Options
• Self Host
• Any .NET process
• Use ServiceHost class
• ISS Host (SVC files)
• Hosted in a web site on an IIS server
• By default use HTTP Traffic
• Others protocols through Windows Process Activation Service (WAS)
• WCF Service Library
• Smoke testing

You might also like