开发者

Building a REST service with C#

开发者 https://www.devze.com 2022-12-26 03:07 出处:网络
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.

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

精彩评论

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