id: dotnet title: Pulsar C# client sidebar_label: “C# client”

You can use the Pulsar C# client (DotPulsar) to create Pulsar producers, consumers, and readers in C#. All the methods in the producer, consumer, and reader of a C# client are thread-safe.

Get started

  1. Set up C# client library
  2. Initialize a C# client
  3. Use a C# client

What's next?

Reference doc