开发者

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜