Home / Companies / DataStax / Blog / Post Details
Content Deep Dive

C# Fluent API for DSE Graph Released

Blog post from DataStax

Post Details
Company
Date Published
Author
Jorge Bay Gondra
Word Count
333
Language
English
Hacker News Points
-
Summary

The new DataStax C# Fluent API enables interaction with DSE Graph using Apache TinkerPop™ Gremlin.Net language variant. This package allows developers to write graph traversals in C#, leveraging the high-level client driver features of the DataStax Enterprise C# Driver. To use this library, add the package reference and necessary using directives. Execute traversals using IDseSession instances and GraphTraversalSource objects. The API documentation is available for further guidance.