RESTful services: WCF versus ASP.NET MVC

后端 未结 3 959
故里飘歌
故里飘歌 2021-02-12 12:43

A very common approach to implementing RESTful services is by utilizing ASP.NET MVC to do so over WCF.

ASP.NET MVC has excellent RESTful support by via flexible URL rou

3条回答
  •  耶瑟儿~
    2021-02-12 13:20

    Take a look at Podcast from Scott Hanselminutes with Glenn Block where they discuss same issue and compares MVC and new WCF Web API. http://www.hanselminutes.com/default.aspx?showID=284

提交回复
热议问题