Using WHMCS API with a C# .NET Application
- by Brett Powell
I just started taking a class on C# .NET and have found it really fascinating how simple it is. I have been using C++ for years, so the simplistic nature is actually hitting me as somewhat confusing.
I would like to do something along these lines...
http://wiki.whmcs.com/API:Example_Usage
Would it be easy to do this from a C# .NET application, or would I still be in about the same boat as C++ (build libcurl, grab a bunch of other libs, etc)?