From 1771c86346387a5b5de7d8de7bf6b89162b59b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 16 Dec 2020 12:43:39 +0300 Subject: [PATCH] Added Event Organizer sample to the samples --- docs/en/Samples/Index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/Samples/Index.md b/docs/en/Samples/Index.md index f298ea49f5..38c1335b2a 100644 --- a/docs/en/Samples/Index.md +++ b/docs/en/Samples/Index.md @@ -27,6 +27,9 @@ While there is no Razor Pages & MongoDB combination, you can check both document ### Other Samples +* Event Organizer: A sample application to create events (meetups) and allow others to register the events. Developed using EF Core and Blazor UI. + * [Source code](https://github.com/abpframework/abp-samples/tree/master/EventOrganizer) + * [Article](https://community.abp.io/articles/creating-an-event-organizer-application-with-the-blazor-ui-wbe0sf2z) * **Entity Framework Migrations**: A solution to demonstrate how to split your application into multiple databases each database contains different modules. * [Source code](https://github.com/abpframework/abp-samples/tree/master/EfCoreMigrationDemo) * [EF Core database migrations document](../Entity-Framework-Core-Migrations.md)