49a2ac2fc8 | ||
---|---|---|
.. | ||
DotNet | ||
Java | ||
Management | ||
Miscellaneous/proton-c-sender-dotnet-framework-receiver | ||
e2e/EventHubsCaptureEventGridDemo | ||
kafka | ||
README.md |
README.md
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.