From 86ce08cb9e09322869ea93dbfef994c54074bc34 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Mon, 6 Jan 2025 10:59:45 +0300 Subject: [PATCH] Update book-store-with-abp-suite/index.md --- docs/en/tutorials/book-store-with-abp-suite/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/tutorials/book-store-with-abp-suite/index.md b/docs/en/tutorials/book-store-with-abp-suite/index.md index 492d06bc99..4524a1b8f2 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/index.md +++ b/docs/en/tutorials/book-store-with-abp-suite/index.md @@ -18,8 +18,8 @@ In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies: -* **{{DB_Value}}** as the database provider. -* **{{UI_Value}}** as the UI Framework. +* **Entity Framework Core** as the database provider. +* **MVC** as the UI Framework. This tutorial is organized as the following parts: