ArangoDB C#/.NET Driver

The official ArangoDB C#/.NET driver. Built using .NET Standard 2.0, the library provides .NET Core and .NET Framework applications with the complete range of features exposed by the ArangoDB REST API.

The library provides comprehensive coverage of all of the available options for each of ArangoDB’s REST API endpoints.

The driver is built using the standard HttpClient interface for making HTTP requests, along with Json.NET for (de)serialisation to/from CLI types.

In addition the library provides:

  • Support for async/await across every API operation
  • Adherence to common-practice C# naming conventions
  • Consistent approach for each API endpoint