This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Microservices Architecture eBook changelog
Sumit Ghosh edited this page Sep 1, 2020
·
12 revisions
Reference commits : 6317237, add8374, 05f6d3f, 540ff78, 0e1e2bb, b0f28cb, ce794ce
- Updates MediatR related content. Page :
Implement the microservice application layer using the Web API - Adds the right
DbContextobject and rephrases sentences to make it more meaningful. Page:Creating a simple data-driven CRUD microservice - Refactors ValueObject's Equals() method. Page :
Implement value objects - Rephrases few sentences for a better understanding of the context. Page :
Use IHttpClientFactory to implement resilient HTTP requests - Inclusion of
Ocelot v16.0.0related breaking change note in the important section. Page :Implement API Gateways with Ocelot - Fixes the following issues :
- Typo in the configuration code snippet. Page:
Make secure .NET Microservices and Web Applications - Additional closing curly brace in the code snippet. Page:
Health monitoring - Additional resource links. Page :
Testing ASP.NET Core services and web apps - Broken additional resource links. Page :
Testing ASP.NET Core services and web apps - Repetitive definition of
IHostedService interface. Page:Creating a simple data-driven CRUD microservice - Obsolete SQL server image name in
docker-compose.yml. Page:Development workflow for Docker apps
- Typo in the configuration code snippet. Page:
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests