Any samples within the Azure.Microsoft.EventHubs
folder target the newer .NET Standard library.
This sample shows how to write a .NET Core console application that sends a set of messages to an Event Hub.
This sample shows how to write a .NET Core console application that receives messages from an Event Hub using the EventProcessorHost.
This sample shows how to write a Java console application that sends a set of messages to an Event Hub.
This sample shows how to write a Java console application that receives messages from an Event Hub using the EventProcessorHost.
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.