Have a personal or library account? Click to login
Microservices Design Patterns in .NET: Making sense of microservices design and architecture using .NET Core Cover

Microservices Design Patterns in .NET: Making sense of microservices design and architecture using .NET Core

Paid access
|Jan 2023
Table of contents

Table of Contents

  1. Introduction To Microservices: The Big Picture
  2. Working with the Aggregator Pattern
  3. Implementing the Chain of Responsibility Pattern (Synchronous Communication)
  4. Asynchronous Communication between microservices
  5. Working with the CQRS Pattern
  6. Applying Event Sourcing Patterns
  7. Handling Data for Each Microservice with Database Per Service Pattern
  8. Implement transactions across microservices using the Saga pattern
  9. Build a fault-tolerant and resilient system with the Circuit Breaker Pattern
  10. Performing Health Checks of your services
  11. Reviewing the implementation of API Gateway Pattern
  12. API Security with Bearer Tokens
  13. Microservice Container Hosting
  14. Implementing Centralized Logging for Microservices
  15. Wrapping it all up

PDF preview is not available for this content.

PDF ISBN: 978-1-80461-311-5
Publisher: Packt Publishing Limited
Copyright owner: © 2022 Packt Publishing Limited
Publication date: 2023
Language: English
Pages: 300
Microservices Design Patterns in .NET