Microservices Design Patterns In . NET Making Sense of Microservices Design and Architecture Using . NET Core /
Learn to be deliberate and intentional in your design, technology, and pattern choices when developing an application using a microservices architecture. Key Features Tackle common design problems when developing a microservices application using .NET Core Explore applying S.O.L.I.D development prin...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing, Limited,
2023.
|
Edición: | 1st edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Table of Contents Introduction To Microservices: The Big Picture Working with the Aggregator Pattern Implementing the Chain of Responsibility Pattern (Synchronous Communication) Asynchronous Communication between microservices Working with the CQRS Pattern Applying Event Sourcing Patterns Handling Data for Each Microservice with Database Per Service Pattern Implement transactions across microservices using the Saga pattern Build a fault-tolerant and resilient system with the Circuit Breaker Pattern Performing Health Checks of your services Reviewing the implementation of API Gateway Pattern API Security with Bearer Tokens Microservice Container Hosting Implementing Centralized Logging for Microservices Wrapping it all up.