Consuming REST based web services in .Net

前端 未结 2 1896
终归单人心
终归单人心 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).

    0 讨论(0)
  • 2020-12-17 05:41

    You can also see this link if you want to do it without WCF.

    0 讨论(0)
提交回复
热议问题