Web
.NET Framework 4.5
This section contains Web-hosted samples.
In This Section
- Advanced Format Selection
- Demonstrates how to extend the WCF Web HTTP programming model to support new outgoing response formats.
- Automatic Format Selection
- Demonstrates how to enable automatic format selection (XML or JSON) with the WCF Web HTTP programming model, as well as how to explicitly set the format in the operation code.
- 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.
- Basic Resource Service
- Demonstrates how to implement a HTTP-based service using the WCF Web HTTP programming model that exposes a collection of customers that supports the retrieve, add, delete and replace operations.
- AspNetRouteIntegration
- Demonstrates how to host a WCF Web HTTP service using ASP.NET routes.
- Conditional Get and Put
- Demonstrates how to use the new conditional retrieve and update APIs for 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 Sample
- Demonstrates the key concepts relating to UriTemplate.
- UriTemplate Table Sample
- Demonstrates how the UriTemplateTable class provides a dictionary-like associative table structure for working with a set of UriTemplate instances.
- UriTemplate Table Dispatcher Sample
- Demonstrates a basic dispatching engine built using UriTemplateTable, a common usage scenario for the UriTemplateTable class.
Build Date: