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 8 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...
DataStax-Examples/getting-started-with-astra-csharp
9/17/2020
This provides an example REST backend built in C# using .NET Core 2.1 for use with the Getting Started with Astra UI.Contributors:ObjectivesHow to connect to Astra via the Secure Connect Bundle How to...
DataStax-Examples/linq-csharp
Language Integrated Query ( LINQ ) simplifies application development by providing a consistent query experience for objects. The C# DataStax Driver brings this convenience to Apache Cassandra™ throug...
DataStax-Examples/object-mapper-csharp
The C# DataStax Driver comes with an object mapper that removes boilerplate of writing queries and lets you focus on your application objects. This example shows how to use the mapper to access Apache...
DataStax-Examples/concurrent-requests-csharp
This example shows how execute multiple concurrent requests with Apache Cassandra™ using the C# DataStax Driver.Contributors: João Reis - derived from hereObjectivesHow to execute async concurrent req...
DataStax-Examples/switch-connection-csharp
This application shows how to use the C# DataStax Driver to connect to an on-prem Cassandra database or a Astra database in the cloud at runtime using environment variables.Contributor(s): Dave Bechbe...
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...
LukeTillman/killrvideo-csharp
3/14/2018
README.md A reference application for .NET developers looking to learn more about using Apache Cassandra and DataStax Enterprise in their applications and services. Learn more at ki...