Web

This section contains Web-hosted samples.

In This Section

Basic HTTP Service Demonstrates how to implement an HTTP-based, RPC-based service - popularly referred to as "POX" (Plain Old XML) service – using the WCF Web HTTP programming model.

SOAP and HTTP Endpoints Demonstrates how to implement an RPC-based service and expose it in the SOAP format and the "Plain Old XML" (POX) format using the WCF Web HTTP programming model.

ASP.NET Caching Integration Demonstrates how to utilize the ASP.NET output cache with the WCF Web HTTP programming model.

UriTemplate Demonstrates the key concepts relating to UriTemplate.

UriTemplate Table Demonstrates how the UriTemplateTable class provides a dictionary-like associative table structure for working with a set of UriTemplate instances.

UriTemplate Table Dispatcher Demonstrates a basic dispatching engine built using UriTemplateTable, a common usage scenario for the UriTemplateTable class.