Skip to content

kshitijzutshi222/Microservices-dotNET-Concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Microservices .NET Concepts

Building microservices using .NET

📺 Reference : .NET Microservices – Full Course

Kubernetes command and Architecture Cheat Sheet

Topics

  • Building two .NET Microservices using the REST API pattern

  • Working with dedicated persistence layers for both services

  • Deploying our services to Kubernetes cluster

  • Employing the API Gateway pattern to route to our services

  • Building Synchronous messaging between services (HTTP & gRPC)

  • Building Asynchronous messaging between services using an Event Bus (RabbitMQ)