Which version of Cassandra and the Thrift API fully supports C#?
Because the C# source to create the Thrift.dll is currently different from the Java source to generate the Thrift.jar
C# .net here
\thrift-0.6.1\lib\csharp\src
or here in the Apache Thrift SVN
Is missing the class TFastFramedTransport which is in the Java source found in this folder
\thrift-0.6.1\lib\java\src\org\apache\thrift
I asked the same question of the Thrift mailing list here:
IFastFramedTransport missing in C# source
And got this answer: