Microservices step by step
Microservices are very great and very important. I am going here to explain how to implement and how use with Tools, Services like Swagger, CQRS , Mediator, RabbitMQ and Docker.
Since these blog posts cover such a variety of topics, I will try to categorize them in such a way that they are easily found.
The following posts explain the theory behind microservices and how to set up your .NET 5 microservice, how to implement step by step.
How Microservices Communicate with Each Other
Microservices – Getting Started
Microservices Service communications via HTTP/RESTful APIs
Document Microservice with Swagger
Dockerize Microservice with ASP.NET Core
Building image from the docker command line
How to Connect from Docker Container to local or remote SQL Server
Dockerfile for Production and Debug
CQRS in ASP .NET Core 5.0 related to Microservices
Mediator Pattern in Microservices with ASP.net Core
RabbitMQ in Microservices with ASP.net Core
Upgrading Microservices from .NET 5 to .NET 6