1. Fluent Cassandra

    By:

    FluentCassandra is a .NET library for accessing Cassandra, which wraps the Thrift client library and provides a more fluent POCO interface for accessing and querying the objects in Cassandra.

  2. cassandra-sharp - high performance .NET driver for Apache Cassandra

    By:

    cassandra-sharp - high performance .NET driver for Apache Cassandra. Major features (): * async operations (Rx / TPL) - fully compatible with C# async * streaming support * extensible rowset mapping (poco and map provided out of the box) * robust connection handling (with recovery) * multiple extension points cassandra-sharp does support: * .NET ... More information

  3. Lucky.Cassandra

    By:

    An implementation of .net 4.0's ObjectCache that saves to an instance of a Cassandra Db.

  4. Cassandraemon

    By:

    Cassandraemon is LINQ Provider for Apache Cassandra.

  5. Cassandra Log4Net Appender Library

    By:

    This project is a c# port of Log4J DataStax Cassandra Appender

    589 downloads

  6. cassandra-sharp-contrib - extensions for cassandra-sharp

    By:

    cassandra-sharp-contrib is a collection of extensions for cassandra-sharp: * log4net appender * cassandra-sharp ILogger See https://github.com/pchalamet/cassandra-sharp-contrib for more information.

  7. Execom IOG database for .NET

    By:

    Immutable Object Graph database for .NET has following goals: * enable native .NET objects to be stored anywhere * thread safe objects using isolated workspaces * multiple versions of the data * object database for embedded and medium scale systems * zero-configuration code first entity modelling * query through object navigation and LINQ Availab... More information

  8. CQLSharp - A Cassandra Binary Protocol Client for .NET

    By:

    CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol driver offering an ADO.NET like interface. See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.

  9. DataStax C# Driver for Apache Cassandra(Beta)

    By:

    A C# client driver for Apache Cassandra(Beta). This driver works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.