Using WHMCS API with a C# .NET Application

Posted by Brett Powell on Stack Overflow See other posts from Stack Overflow or by Brett Powell
Published on 2011-01-14T15:38:45Z Indexed on 2011/01/14 15:53 UTC
Read the original article Hit count: 976

Filed under:
|
|
|

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)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET