Example of a REST service implemented in ASP.NET MVC
Is there a good sample of an REST service implemented in ASP.NET MVC that demonstrat开发者_JS百科es the best practices and easy to understand for a beginner?
Although your question is not really clear to me it seems you want some sort of REST based API?
Here's an example returning json or xml: http://omaralzabir.com/create_rest_api_using_asp_net_mvc_that_speaks_both_json_and_plain_xml/
http://www.beletsky.net/2011/01/implementation-of-rest-service-with.html
https://github.com/alexanderbeletsky/rest.mvc.example
I think It will help you.
精彩评论