WCF REST Tutorials for POX

Can someone tell me where to find good WCF REST tutorials? using (POX)

This file is approved, but I want to use something a little easier

I cannot find anything worthy using webget / webinvoke attributes etc.

I do not want to use the REST Starter kit

+2
source share
3 answers

This tutorial is REALLY simple. There is screencast code plus sourcecode. Great, just to get started with WCF REST.

http://www.michaelckennedy.net/blog/2009/03/24/RESTfulWebServicesWithWCFScreencast.aspx

+2
source

I looked at the WCF multiple choice tutorials and found that they are very useful.

+1
source

endpoint.tv Channel9 Aaron Skonnard WCF - REST WCF. ! , !

EDIT:

If you - for some reason - really cannot use the REST starter kit, you can look at ADO.NET data services, as indicated here: Getting started with REST

This is basically WCF based REST, displayed as ATOM channels.

0
source

All Articles