Blog Logo
TAGS

Dotnet Microservices

Building a dotnet 5 microservices (service-oriented architecture) with implementations on microservices with .net tools on real-world e-commerce microservices project including Catalog, Basket, Discount and Ordering microservices with NoSQL (MongoDB, Redis) and Relational databases (PostgreSQL, Sql Server) with communicating over RabbitMQ Event Driven Communication and using Ocelot API Gateway. This repository also includes examples of Sync inter-service gRPC Communication, Async Microservices Communication with RabbitMQ Message-Broker Service, RabbitMQ Publish/Subscribe Topic Exchange Model, MassTransit for abstraction over RabbitMQ Message-Broker system, Publishing BasketCheckout event queue from Basket microservices and Subscribing this event from Ordering microservices, and more. Checkout the detailed explanation of this repository on Medium through the links provided in Whats Including In This Repository section.