Send and receive messages from Azure Event Hubs using .Net Part 5 – Create the app receiver to receive Azure Event Hub messages

Let’s continue the quickstart and create our receiver app. Right click and create a new project and place it in the same folder as the send project. Use Nuget and install two new packages. Make sure that you are in the correct project when you use nuget. Now it’s time to add some code. Update […]

3 mins read

Send and receive messages with Azure Event Hubs using .NET Part 1 – Create an Event Hub

Let’s write some code and work with Azure Event Hubs. You can check out more about it here and here to view all the pre-requisites. First jump over to the portal to create an Event Hub namespace. Next go to the Event Hub namespace and create an event hub. There you go! Next time we’ll […]

1 min read