RestSharp vs System.Net.Http

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thuma
    New Member
    • Jun 2016
    • 1

    RestSharp vs System.Net.Http

    When using C# with REST APIs it it better to use RestSharp or native implementation like System.Net.Http ?

    I have tried two examples: With RestSharp and with System.Net.Http examples and they are working for me. But what is better in the long run? How is the performance and stability affected by using native implementation?

    Any experience form using REST APIs with C# would be appreciated.
Working...