tags:

views:

301

answers:

5

How can i build a REST service with C#.net?

Is there any articles I can check?

Google results return C# REST client but I d like to build one.

+7  A: 

You can build this with WCF.

Check out the resources on MSDN for lots of information on the subject. Especially A Developer's Guide to the WCF REST Starter Kit.

Mikael Svenson
You where faster :-)
Arthur
Hehe.. but you got the first up-vote :)
Mikael Svenson
+3  A: 

Try to google for "WCF REST".

Arthur
+1  A: 

One of the best article series I have read on REST is here: http://shouldersofgiants.co.uk/Blog/?tag=/restful&page=2

Sunny
+3  A: 

Use one of the REST frameworks for .NET.

See for example OpenRasta.

Oded
I haven't looked at OpenRasta, but what are the advantages over WCF?
Mikael Svenson
Simplicity. See this blog post: http://blog.huddle.net/we-love-openrasta
Oded
A: 

WCF REST PROGRAM EDUCATION CONTENT ON MSDN Library.

Rachel