Syndication Extensibility Samples

This section contains samples that demonstrate custom syndication in Windows Communication Foundation (WCF).

In This Section

Strongly typed extensions Demonstrates how to implement an extension element defined in the proposed Atom Threading Extensions RFC.

Feed formatter (JSON) Demonstrates how to serialize an instance of a SyndicationFeed class in JavaScript Object Notation (JSON) format by using a custom SyndicationFeedFormatter and the DataContractJsonSerializer.

Streaming feeds Demonstrates how to manage syndication feeds that contain large numbers of items.