These instructions is a part of a live coding video.
- .NET Core 3.1 SDK - https://dotnet.microsoft.com/download
- RabbitMQ Server - https://hub.docker.com/_/rabbitmq
Create a base folder CodingLive006
.
Create the .gitignore file based on file https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
dotnet new console --name Ex1Consumer
dotnet new console --name Ex1Publisher
dotnet new console --name Ex2Consumer
dotnet new console --name Ex2Publisher
dotnet new console --name Ex3Consumer
dotnet new console --name Ex3Publisher
dotnet new console --name Ex4Consumer
dotnet new console --name Ex4Publisher
dotnet add package RabbitMQ.Client
https://www.rabbitmq.com/getstarted.html https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html