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!
精彩评论