About 108 000 results
Open links in new tab
  1. WCF Syndication: HTTP Programming with WCF and …

    WEBSep 10, 2019 · The syndication API defines several types that transform a SyndicationFeed into the RSS 2.0 and ATOM 1.0 formats. In fact, you can build one SyndicationFeed, populate it with SyndicationItem objects, …

  2. People also ask
  3. Architecture of Syndication - WCF | Microsoft Learn

    Code sample

    public interface IBlog {
      [OperationContract]
      [WebGet(UriTemplate="GetBlog?format={format}", BodyStyle=WebMessageBodyStyle.Bare)]
      SyndicationFeedFormatter GetBlog(string format);
    }...
  4. WCF Syndication Overview - GitHub

  5. .net - Using wcf to expose SyndicationFeedFormatter OR IList ...

  6. WEBFeb 5, 2008 · This article focuses on using the WCF 3.5 libraries namely System.ServiceModel.Syndication namespace to create and publish an RSS and Atom feed from the same code base.

  7. WEBDec 27, 2007 · Here is where the new and powerful Syndication API comes in play. You don’t have to parse XML, make HTTP calls and write messy code. All you have to do is write two lines of code.

  8. WCF Syndication Overview - WCF | Microsoft Learn

  9. What Is Windows Communication Foundation - WCF | Microsoft …

  10. Windows Communication Foundation - Wikipedia

  11. Some results have been removed