From c5e0b07ba8cd291686c3dd4a34ce44afcba64a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 1 Jul 2020 16:06:33 +0300 Subject: [PATCH] Update Index.md --- docs/en/Samples/Index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/Samples/Index.md b/docs/en/Samples/Index.md index 5f46b0f42e..ee9369b387 100644 --- a/docs/en/Samples/Index.md +++ b/docs/en/Samples/Index.md @@ -48,6 +48,8 @@ While there is no Razor Pages & MongoDB combination, you can check both document * **Text Templates Demo**: Shows different use cases of the text templating system. * [Source code](https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo) * [Text templating documentation](../Text-Templating.md) +* **Stored Procedure Demo**: Demonstrates how to use stored procedures, database views and functions with best practices. + * [Source code](https://github.com/abpframework/abp-samples/tree/master/StoredProcedureDemo) * **Authentication Customization**: A solution to show how to customize the authentication for ASP.NET Core MVC / Razor Pages applications. * [Source code](https://github.com/abpframework/abp-samples/tree/master/aspnet-core/Authentication-Customization) * Related "[How To](../How-To/Index.md)" documents: