CSharp Tutorial

Introduction

All Apache Thrift tutorials require that you have:

  1. The Apache Thrift Compiler and Libraries, see Download and Building from Source for more details.
  2. Generated the tutorial.thrift and shared.thrift files:
    thrift -r --gen csharp tutorial.thrift
  3. Followed all prerequisites listed below.

Prerequisites

Client

Server

Additional Information