ASP.NET MVC for REST endpoints
I would like to know if it is a good idea to use asp.net MVC for defining a REST endpoints. I have a virtuoso server running on my machine, and my idea is to develop application that will use default sparql endpoint in virtuoso to be able to query data.
I'm thinking by developing asp.net mvc application that will define new endpoints for example /Teacher/{teach开发者_如何学PythonerID} and so users will not be directly manipulating results from sparql endpoint.
Any help is very much appreciated.
精彩评论