THRIFT-881. csharp: add csharp to the tutorial
authorBryan Duxbury <bryanduxbury@apache.org>
Fri, 24 Sep 2010 16:47:59 +0000 (16:47 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Fri, 24 Sep 2010 16:47:59 +0000 (16:47 +0000)
commit96b2ccc0d4c9b19530d5dbd81643cff1ad6fb6c0
tree26b6bb83726415653a6b53db1b78dd617cb28178
parent7466bcd5d7244c464a337816f760fd50c362e5be
THRIFT-881. csharp: add csharp to the tutorial

This patch adds a tutorial for CSharp. It also moves the 'test' client and server into the tutorial, because they were not being used by the tests.

Patch: Roger Meier

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1000953 13f79535-47bb-0310-9956-ffa450edef68
tutorial/csharp/CsharpClient/CsharpClient.cs [moved from test/csharp/CSharpClient.cs with 89% similarity]
tutorial/csharp/CsharpClient/CsharpClient.csproj [new file with mode: 0644]
tutorial/csharp/CsharpClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
tutorial/csharp/CsharpServer/CsharpServer.cs [moved from test/csharp/CSharpServer.cs with 82% similarity]
tutorial/csharp/CsharpServer/CsharpServer.csproj [new file with mode: 0644]
tutorial/csharp/CsharpServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
tutorial/csharp/tutorial.sln [new file with mode: 0644]