Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 5 posts
DataStax-Examples/quickstart-csharp
10/23/2020
A basic C#/.NET demo CRUD application using the DataStax C# Driver for Apache Cassandra. Use the QuickStartComplete project if you want to skip the exercise and run the application with the complete c...
DSE6 + .NET v?
8/14/2018
Project Repo: Interoperability Black Box First steps. Let’s get .NET installed and setup. I’m running Ubuntu 18.04 for this setup and start of project. To install .NET on Ubuntu one needs to go throug...
Access Cassandra Data with Entity Framework 6
7/24/2018
Entity Framework is an object-relational mapping framework that can be used to work with data as objects. While you can run the ADO.NET Entity Data Model wizard in Visual Studio to handle genera...
MiracleDevs/Paradigm.ORM
7/14/2018
README.md Library Nuget Install Data Install-Package Paradigm.ORM.Data MySql Install-Package Paradigm.ORM.Data.MySql PostgreSQL Install-Package Paradigm.ORM.Data.PostgreSql SQL S...
Cassandra.NET 1.0.7
Enables smooth ORM like integration between Cassandra and C#Support for Select, Add, Update using c# reflectionIn addition support for numeric calcualtions such as Min/Max/Average/Sum ...