TL;DR: Reference this and Newtonsoft JSON Parser on your .NET 2.0 or Above project, and you're ready to go!
The Phoenix.NET Library is a small .Net 2.0 Library that makes it easy for .NET Developers (both C# & VB.Net) to communicate with the Phoenix API by taking care of the authentication process automatically. Here is a quick step-by-step tutorial if you want to use the Phoenix.NET library.
-
Requirements
The .Net Project (C# or VB) should use at least .Net Framework 2.0. Higher versions (.Net Framework 3.0, 3.5 and 4.0) have all been successfully tested, but note that .Net Client Profiles are not supported.
-
Reference the DLLs
Copy the Phoenix.NET Library () and the Newtonsoft JSON Parser to the root of your project. On the Project Menu, select Add Reference, then click the Browse Tab. Locate and select the two DLL files and click Ok.
-
All set!
You can now follow the instructions is the developer documentation in order to access the Phoenix API. Good Luck! :)