Back to skills

azure-eventhub-dotnet

infrastructure

Azure.Messaging.EventHubs is the official .NET SDK for Azure Event Hubs. It handles high-throughput event streaming, including sending batches with EventHubProducerClient, buffered background sending

Setup & Installation

npx skills add https://github.com/microsoft/azure-eventhub-dotnet --skill azure-eventhub-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-eventhub-dotnet
View on GitHub

What This Skill Does

Azure.Messaging.EventHubs is the official .NET SDK for Azure Event Hubs. It handles high-throughput event streaming, including sending batches with EventHubProducerClient, buffered background sending with EventHubBufferedProducerClient, and production-grade receiving with EventProcessorClient and checkpoint-based offset tracking. The SDK handles batch size limits, transient retries, and checkpoint state automatically, so you don't have to manage partition offsets or retry logic manually.

When to use it

  • Working with azure eventhub dotnet functionality
  • Implementing azure eventhub dotnet features
  • Debugging azure eventhub dotnet related issues