Consuming REST based web services in .Net

前端 未结 2 1913
终归单人心
终归单人心 2020-12-17 05:00

Greetings,

I\'m confused as to the best approach to make when consuming REST based web services with .Net. At the moment I\'m using the System.net.webclient class.

2条回答
  •  再見小時候
    2020-12-17 05:35

    If you use the WCF REST starter kit, there's pretty much no technical downside. There's a learning curve, however, and it will only work if you have .Net 3.5 SP1 (so I guess that's the down side).

提交回复
热议问题