Further reading
Since this chapter just put into practice concepts explained in other chapters (mainly Chapter 7, Understanding the Different Domains in Software Solutions, Chapter 11, Applying a Microservice Architecture to Your Enterprise Application, and Chapter 13, Interacting with Data in C# – Entity Framework Core), here we will include just a few links on how to use API gateways and further information on the MediatR library, which was mentioned in the example:
- Ocelot GitHub repository: https://github.com/ThreeMammals/Ocelot
- How to implement your API gateway with Ocelot: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot
- Azure API Management: https://azure.microsoft.com/en-us/services/api-management/#overview
- Azure App Service: https://azure.microsoft.com/en-us/services/app-service/
- More information on MediatR can be found on MediatR’...