What framework to use for RESTful Services in .net

后端 未结 5 1192
终归单人心
终归单人心 2021-01-30 14:33

I know that similar questions have been asked, but most of them are out of date. So here we go again :). I need to implement a complete REST service layer for our application. T

5条回答
  •  迷失自我
    2021-01-30 15:12

    If I was starting this today I would choose from your third option of doing something Custom in ASP.NET MVC3 or using one of the frameworks below.

    • WCF Preview 4
      • Its been re-written by Glenn Block
      • Here's a sample REST project RestBucks
    • OpenRasta
      • Demo application here

提交回复
热议问题