azure-event-hubs/samples
spelluru 49a2ac2fc8 minor update to UI - fully qualified name 2024-10-18 10:49:17 -07:00
..
DotNet minor update to UI - fully qualified name 2024-10-18 10:49:17 -07:00
Java Update samples for client 3.0.2 (#457) 2024-10-18 10:49:16 -07:00
Management Added New EventHubsManagementSample project 2019-02-25 18:40:10 -08:00
Miscellaneous/proton-c-sender-dotnet-framework-receiver Adding additional directories to samples, and updating readme's (#315) 2017-04-24 13:39:49 -07:00
e2e/EventHubsCaptureEventGridDemo updated to use the 5.0.0 SDK (#459) 2024-10-18 10:49:16 -07:00
kafka Removing outdated Kafka samples. Now in new repo 2019-01-03 15:38:02 -08:00
README.md TFS1165746 fix start page 2018-02-07 18:44:28 +01:00

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.