Browse by Tags

04 November 2008
REST in WCF: Varying response content type based on HTTP Request Headers
Damian Mehers made a comment on my blog post from April , but I felt it was worth a full reblog. Damian's used the same WCF extensibility points I used to produce some boilerplate that varies the response content type from JSON to XML, based on the Accept Read More...
4 Comments
Filed under: , ,
 
29 October 2008
It just got easier to build REST apps in .NET
The REST starter kit that we launched at PDC is now live! :: http://www.msdn.com/wcf/rest . The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that help people build REST apps using WCF. WCF, part of the .NET Read More...
1 Comments
Filed under: , , , ,
 
22 August 2008
How to Build REST apps on .NET using WCF
There's a new screencast series on building services using the WCF part of .NET. The first few are already available. The first one is the basic "Hello World" example, the next couple cover REST: How to build a WCF Service using Visual Studio 2008, and Read More...
18 August 2008
REST Q & A - enough already
Tim Bray at Sun has some questions and comments on REST . First, let me say that the religious wars over WS-* and REST seem to be generated by a very small number of people who have a very large amount of spare time. Don't these people have things to Read More...
9 Comments
Filed under: , , ,
 
03 April 2008
Whatever happened to WSRP? (psst: I'll give you a hint, it rhymes with BEST, and you can do it on a mattress)
Remember when the Java vendors used to advocate WSRP as a way to accomplish Interop ? I never thought much of WSRP as a tool for implementing interop, and I went on the record with that . Web services (without the RP add-on), and REST are what people Read More...
0 Comments
Filed under: , , ,
 
03 April 2008
Varying Content-Type according to the URL in a WCF REST Service
My buddy Justin wrote about how to set the Content-Type headers in a WebGet method in a WCF REST app. Doing this would allow each WebGet method to specify its own Content-Type at runtime. After I summarized how to build a WCF REST app in a post a couple Read More...
02 April 2008
MySpace, and Content-Type Negotiation in REST using WCF
Hah! followup on a hot topic. I posted earlier on content-type negotiation in REST with WCF. My buddy Vittorio wrote about MySpace's kiss-and-tell episode at Mix08. MySpace has exposed a REST interface for the MySpace resources - see http://developer.myspace.com Read More...
1 Comments
Filed under: , , , ,
 
28 March 2008
Content-Type negotiation and REST (and how WCF fits in)
Just had a comment-exchange on my prior post on How to build a REST app in WCF . I thought I would reproduce and elaborate on it a bit here, in a post. Kyle Beyer asked how to make WCF honor a content-type header (Accept header) in the request, and then Read More...
14 Comments
Filed under: , , ,
 
26 March 2008
Standalone JSON library in .NET on CodePlex
As you know, because you are such a FAITHFUL reader of this blog, there is new JSON support on WCF for version 3.5. The way you get JSON though, would be only through a service interface. But what if, for whatever reason, you cannot use .NET 3.5 (like Read More...
0 Comments
Filed under: , ,
 
20 March 2008
How to Build a REST app in .NET (with WCF)
My prior post talked about how NOT to write a REST app in .NET. I mentioned WCF as the preferred option. In this post, I'll describe the steps for how you should do it. Some background First up, you should use WCF to build your REST app. WCF is the Windows Read More...
15 Comments
Filed under: , , , , , ,
 
Attachment(s):WcfRest.zip
18 March 2008
How to build a REST app in .NET (not)
This post by Jack Altiere describes how to build a REST API in .NET. This spurred a respose... Firstly, I think really he is talking about a REST interface, not an API. REST is all about the interface. Maybe I am splitting hairs here, but I think it is Read More...
3 Comments
Filed under: , , ,
 
06 February 2008
WADL and WSDL and REST, oh my!
Hernan Garcia made an interesting comment on my post of yesterday: For REST, there is an alternative to the WSDL in SOAP and it is WADL . Good point Mr Garcia - The adoption and practical utility of WADL is worth watching. The question for me becomes Read More...
2 Comments
Filed under: , , , , ,
 
05 February 2008
Another SOAP and REST discussion, Same Result
Catching up with some reading, I was looking through the SDTimes issue from January 1st (yes, I know, it is now February. Cut me some slack!). In it, Sanjiva Weerawarana, CEO of WS02, has a guest editorial column about your favorite subject and mine: Read More...
2 Comments
Filed under: , , , ,
 
13 November 2007
SOAP? REST? Whichever you choose, WCF is the right framework
There's a new paper by David Chappell that is worth checking out. Entitled "Dealing with Diversity: Understanding WCF Communication Options in the .NET Framework 3.5", it discusses WCF and its applicability to REST as well as WS-* style communications. Read More...
7 Comments
Filed under: , , , , ,
 
20 September 2007
Want to connect to Windows Sharepoint services or Sharepoint Server programmatically?
The WSS network interface is documented here . What it means is you can browse, save, or insert files into lists and libraries programmatically, from any app that can do REST style invocations, Web services, or Win32. Any app including apps that run on Read More...
1 Comments
Filed under: , ,
 
More Posts Next page »
Page view tracker