cassandra-sharp-core 3.3.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package cassandra-sharp-core --version 3.3.1
NuGet\Install-Package cassandra-sharp-core -Version 3.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cassandra-sharp-core" Version="3.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cassandra-sharp-core --version 3.3.1
#r "nuget: cassandra-sharp-core, 3.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cassandra-sharp-core as a Cake Addin
#addin nuget:?package=cassandra-sharp-core&version=3.3.1

// Install cassandra-sharp-core as a Cake Tool
#tool nuget:?package=cassandra-sharp-core&version=3.3.1

Core implementation of cassandra-sharp

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on cassandra-sharp-core:

Package Downloads
cassandra-sharp

cassandra-sharp - high performance .NET driver for Apache Cassandra. Please note only binary protocol (cql 3) is supported - this requires Apache Cassandra 1.2. Major features: * async operations (TPL tasks / Rx subscriptions) * Rx interface (IObservable / IObserver) for result streaming * TPL Task (compatible with C# 5 async) for future operations * Linq friendly * extensible rowset mapping (poco, property bag, params out of the box) * blazing fast object marshaler (dynamic gen'ed code) * robust connection handling (connection recovery supported) * ability to understand performance issues (client and server side) * multiple extension points * timeout support * command line tool (cqlplus) * .NET 4.0+ support (Microsoft .NET / Mono) Release notes: https://raw.github.com/pchalamet/cassandra-sharp/master/CHANGES.txt For information, bug reports, suggestions or contributions: https://github.com/pchalamet/cassandra-sharp

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.0 6,181 7/5/2017
3.6.0 5,182 12/11/2015
3.3.2 6,685 8/9/2013
3.3.1 5,054 7/12/2013
3.3.0 5,108 6/28/2013
3.2.3 4,802 6/8/2013
3.2.2 4,478 5/16/2013
3.2.1 4,610 5/9/2013
3.2.0 4,637 4/26/2013
3.1.5 4,754 4/26/2013
3.1.4 5,003 3/22/2013

- fixed issue 62 (https://github.com/pchalamet/cassandra-sharp/issues/62)
- allow asynchronous push of results when buffered reads are enabled (related to issue 62)