.NET client example

2009-08-04 Thread Robinson, Michael
Does anyone have or know of a C#/.NET port of the example Cassandra client code? Since I'm more fluent in C# than Java (and Thrift graciously generates C# code for me), I'd prefer that environment as I continue to experiment. I'm writing a simple client based on the Java example now, but

Re: .NET client example

2009-08-04 Thread Jonathan Ellis
It should be fairly easy to port the Java example on http://wiki.apache.org/cassandra/ClientExamples to C#. -Jonathan On Tue, Aug 4, 2009 at 2:55 PM, Robinson, Michaelmichael.robins...@sage.com wrote: Does anyone have or know of a C#/.NET port of the example Cassandra client code?  Since I’m

Re: .NET client example

2009-08-04 Thread Michael Greene
The Java examples are easily portable. For what it's worth, I have been using C# with Cassandra for awhile. I have some wrapper classes and connection management code that I'm still working on getting released, but for testing the code generated by Thrift is largely usable out of the box.

RE: .NET client example

2009-08-04 Thread Robinson, Michael
, August 04, 2009 1:24 PM To: cassandra-user@incubator.apache.org Subject: Re: .NET client example The Java examples are easily portable. For what it's worth, I have been using C# with Cassandra for awhile. I have some wrapper classes and connection management code that I'm still working