
Send and receive messages with Azure Event Hubs using .NET Part 2 – Create the .NET Core console project for sending
Launch Visual Studio 2019 and create a C# .Net Core console app.

Now this first app will be the sender app so note the project and of the solution.

Open the Nuget Package console and add the nuget package as such.

Install-Package Azure.Messaging.EventHubs
There we go! Now in the next post we’ll write the code and watch our Event Hub update in the portal!