Building a REST service with C#
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.
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.
Use one of the REST frameworks for .NET.
See for example OpenRasta.
One of the best article series I have read on REST is here: http://shouldersofgiants.co.uk/Blog/?tag=/restful&page=2
WCF REST PROGRAM EDUCATION CONTENT ON MSDN Library.
I suggest you Nancy Framework, inspired by Sinatra (for Ruby): http://nancyfx.org/
精彩评论