Skip to content

Latest commit

 

History

History
 
 

samples

Azure Event Hubs samples

.NET

Microsoft.Azure.EventHubs

Any samples within the Azure.Microsoft.EventHubs folder target the newer .NET Standard library.

SampleSender

This sample shows how to write a .NET Core console application that sends a set of messages to an Event Hub.

SampleEphReceiver

This sample shows how to write a .NET Core console application that receives messages from an Event Hub using the EventProcessorHost.

Java

Go here for the Java language samples.

Miscellaneous

proton-c-sender-dotnet-framework-receiver

This sample shows how to use Azure Event Hubs with clients that use different protocols. This scenario sends using an Apache Proton C++ client, and receives using the .NET Framework client.