开发者

RESTful API design

Where to get started if I want to design a web service with RESTFul API? Any built-in support from .Ne开发者_StackOverflow中文版t Framework or any 3rd party tool recommend?


If your service is going to expose an information from a database, it's very simple to implement OData RESTful service (aka WCD Data Service) using WCF and Entity Framework.

Have a look at this blog post by Scot Hanselman. He shows how you can create an OData service for StackOverflow.


I absolutely love OpenRasta!

I tried the REST support in WCF and was quickly turned off from it.

Good luck!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜