Welcome to Windows Communication Foundation (WCF)
Top Tasks :

Browse by Tags

All Tags » REST   (RSS)
Showing page 1 of 3 (22 total posts)
  • enableWebScript, UriTemplate, and HTTP methods

    A little while ago I ran into an interesting set of errors that may be of interest to you. Consider the following service contract snippet: [OperationContract] [WebGet(UriTemplate= "foobar/{value}" )] String GetData(String value ); .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd
    Posted to WCF Community Bloggers (Weblog) by Anonymous on February 15, 2008
    Filed under: WCF, REST, Web Programming with WCF, ASP.NET AJAX, JSON
  • MySpace does WCF

    My friend Vittorio has posted that MySpace will be talking about WCF at Mix 2008 ( see it here ). This promises to be a good session!
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 31, 2008
    Filed under: WCF, REST, Syndication, Web Programming with WCF, .NET Framework 3.5
  • Life of a WCF Demo, Part 1

    I thought it might be mildly interesting to document the lifecycle of a demo. Over the next week or so I have to design, build, and deploy a demo that shows off some of the web-centric features of WCF in the .NET Framework 3.5. First, let me state the constraints: 1) it has to be lightweight - a person in the field or in the community must be able to run it with a bare bones setup (VS only) 2) it has to be "codable" from the ground up in a short period of time w/o much practice 3) it has to show
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 22, 2008
    Filed under: WCF, Orcas, REST, Syndication, Web Programming with WCF, .NET Framework 3.5, JSON, "ASP.NET AJAX Integration"
  • PictureServices and BizTalk Services

    Previous posts have talked a bit about PictureServices. Now I'd like to run through what it took to bring PictureServices to the BizTalk Services. I've talked a bit in other posts about BizTalk Services, but it has some interesting and very useful messaging features. For starters, BizTalk Services has an endpoint that can do HTTP transforms on messages. It goes like this: MyApp connects to BizTalk Services BizTalk Services and MyApp use WS-* security, coupled with the WCF binary message encoding.
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 18, 2008
    Filed under: WCF, Orcas, REST, BizTalk Services, Syndication, Web Programming with WCF, BizTalk.NET Services, Services in the Cloud
  • XML namespace declarations in SyndicationFeed objects

    Following on the heels of Steve Maine's post about namespaces in Syndication objects (Feeds, items, etc.), I thought it wise to plug the new stuff in PictureServices . At the moment, PictureServices implements SLE (Simple List Extensions), and does a pretty crude job of it at that. Time permitting, I will add more support for field and group customization. For now, it serves as an example more than a carrier grade implementation. In any event, I used extension methods in the following type definition
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 16, 2008
    Filed under: WCF, REST, Syndication, Web Programming with WCF, .NET Framework 3.5
  • PictureServices status update

    I've received several mails about PictureServices and RTM. As some of you know, the Syndication API changed before RTM. The were subtle, but they did have an impact on the Picture Services project. Specifically, the simple list extensions part of Picture Services isn't up to date with the RTM bits. I will update the bits this week and repost...
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 14, 2008
    Filed under: WCF, Orcas, REST, Web Programming with WCF, .NET Framework 3.5
  • PictureServices updated to VS 2008 RTM

    Today I updated PictureServices to work with the RTM release of Visual Studio 2008 and the .NET Framework 3.5 (what a mouthful). My testing rigor for this release was less than perfect. Please let me know if you find any bugs. For what it's worth, the changes in the API made the simple list extensions implementation simpler. Honestly, I was skeptical at first, but it really is pretty straightforward. Check out the new version here .
    Posted to WCF Community Bloggers (Weblog) by Anonymous on January 14, 2008
    Filed under: WCF, Orcas, REST, Syndication, Web Programming with WCF, .NET Framework 3.5
  • WCF Syndication article in MSDN Magazine...

    It seems that the RSS/Atom article I wrote for MSDN magazine was just published: http://msdn.microsoft.com/msdnmag/issues/08/01/WCFinOrcas/default.aspx The RTM version of .NET 3.5 was not available when I wrote the article, so I avoided the extensibility capabilites of the API. Perhaps that's fodder for another article.
    Posted to WCF Community Bloggers (Weblog) by Anonymous on December 23, 2007
    Filed under: WCF, REST, Syndication, Web Programming with WCF, .NET Framework 3.5
  • Picture Services shows off WCF Web Programming

    WCF in the .NET Framework 3.5 includes simplified support for building services that adhere to the protocols of the web. To highlight these capabilities, we published Picture Services. Picture Services ( http://www.cloudsamples.net/pictureservices/ ) is a relatively simple sample that exposes pictures using the REST API in WCF. It represents a set of pictures as an ATOM or RSS feed, and provides access to single pictures using simple HTTP GETs. Pictures can come from a variety of sources including
    Posted to WCF News and Announcements (Weblog) by justinjsmith on August 27, 2007
    Filed under: WCF, .NET Framework 3.5, "Web Programming", REST
  • Setting HTTP Headers in WCF (.NET 3.5)

    One of the cool parts of WCF in the .NET 3.5 is the simplified support of the REST architectural style. URIs, HTTP verbs, and HTTP headers are 1st class citizens in the programming model. Each of these citizens is interesting. I'll focus a bit on HTTP headers here. HTTP headers dictate a wide array of characteristics of how a server responds to a request and how a client reacts to the response sent by the server. A full discussion is beyond the scope of my blog post, but this stuff has been around
    Posted to WCF Community Bloggers (Weblog) by Anonymous on August 22, 2007
    Filed under: WCF, Orcas, REST, Web Programming with WCF, .NET Framework 3.5
1 2 3 Next >

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us