且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

REST Web服务的ASP.NET MVC

更新时间:2023-02-15 22:46:24

我已经写了一系列岗位开发一个RESTful Web服务使用ASP.Net MVC ......好吧,至少我的方式80%的8个员额后通过。看看:

I have written a whole series of posts on developing a RESTful Web Service using ASP.Net MVC... well at least I'm 80% of the way through after 8 posts. Have a look at:

http://shouldersofgiants.co.uk/blog/

我正在开发Web服务支持多种重presentations(XHTML / JSON / XML / HELP)处理许多可能出现的错误,因为我能找到,并支持POST超载。

The web service I'm developing supports multiple representations (XHTML / JSON / XML / HELP) handles as many possible errors as I could find and supports POST overloading.