AdrianBailador / Microservices_Net_8

.NET Microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Microservices with .NET 8

Building microservices using .NET. We build everything completely from start to finish:

  1. Building two .NET Microservices using the REST API pattern.
  2. Working with dedicated persistence layers for both services.
  3. Deploying our services in a Kubernetes cluster.
  4. Employing the API Gateway pattern to route to our services.
  5. Creating synchronous messaging between services (HTTP and gRPC).
  6. Creating asynchronous messaging between services using an event bus (RabbitMQ).

About

.NET Microservices


Languages

Language:C# 95.5%Language:Dockerfile 4.5%