Why use ASP.NET MVC 2 for REST services? Why not WCF?

后端 未结 4 1221
温柔的废话
温柔的废话 2020-12-23 10:52

So I see that MVC 2 now supports [HttpPut] and [HttpDelete] as well as [HttpGet] and [HttpPost], making it possible to do

4条回答
  •  北海茫月
    2020-12-23 11:20

    You should check an interesting Blog shouldersofgiants Who made a series of post on Creating RESTful WebService with ASP.Net MVC.

    from Part 1 to Part 21 you might find some iteresting information. And he's not even done yet... good reading.

提交回复
热议问题