From 0eb5128a23f0af46f5534a3fb3b76a73c4a309a7 Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Tue, 26 Nov 2024 08:44:29 +0300 Subject: [PATCH] Microservice index tutorial outline updated --- docs/en/tutorials/microservice/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/tutorials/microservice/index.md b/docs/en/tutorials/microservice/index.md index dcb43bcb6a..86635f83d2 100644 --- a/docs/en/tutorials/microservice/index.md +++ b/docs/en/tutorials/microservice/index.md @@ -23,10 +23,14 @@ This tutorial is organized as the following parts: * [Part 01: Creating the initial solution](part-01.md) * [Part 02: Creating the initial Catalog microservice](part-02.md) * [Part 03: Building the Catalog microservice](part-03.md) +* [Part 04: Creating the initial Ordering service](part-04.md) +* [Part 05: Building the Ordering service](part-05.md) +* [Part 06: Integrating the services: HTTP API Calls](part-06.md) +* [Part 07: Integrating the services: Using Distributed Events](part-07.md) ## Download the Source Code -*TODO* +After logging in to the ABP website, you can download the source code for the final solution from [here](https://abp.io/api/download/samples/cloud-crm-mvc-ef). ## See Also