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.3k
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 right
DbContext
object and rephrase 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 better understanding. Page :
Use IHttpClientFactory to implement resilient HTTP requests
- Inclusion of
Ocelot v16.0.0
related breaking change note. Page :Implement API Gateways with Ocelot
- Fixes following issues :
- Typo in configuration code snippet. Page:
Make secure .NET Microservices and Web Applications
- Additional closing curly brace in code snippet. Page:
Health monitoring
- Additional resource links. Page :
Testing ASP.NET Core services and web apps
- Broken additional resource links. Section :
Implementing integration and functional tests for each microservice
- Repetitive defintion of
IHostedService interface
. Page:Creating a simple data-driven CRUD microservice
- Obsolete sql server image name in
docker-compose.yml
. Section:Step 4. Define your services in docker-compose.yml..
- Typo in configuration code snippet. Page:
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests