.NET Core – HttpClient vs RestSharp [closed]
Some prefer to use HttpClient because it is already built into the framework. So there’s no need to add extra bloat to your project. RestSharp, like any library, is easier to use because someone already did the hard work and ironed out the problems gotten along the way. I have used both, and the one … Read more