@ -27,7 +27,7 @@ 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.
* ** 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.
@ -62,6 +62,18 @@ While there is no Razor Pages & MongoDB combination, you can check both document
* [Customize the SignIn Manager ](https://community.abp.io/articles/how-to-customize-the-signin-manager-3e858753 )
* **GRPC Demo** : Shows how to add a gRPC service to an ABP Framework based web application and consume it from a console application.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/GrpcDemo )
* **Telerik Blazor Integration** : Shows how to install and use Telerik Blazor components with the ABP Framework.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/DevExpress-Blazor )
* [Article ](https://community.abp.io/articles/using-devexpress-blazor-ui-components-with-the-abp-framework-wrpoa8rw )
* **Angular Material Integration** : Implemented the web application tutorial using the Angular Material library.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/AcmeBookStoreAngularMaterial )
* [Article ](https://community.abp.io/articles/using-angular-material-components-with-the-abp-framework-af8ft6t9 )
* **DevExtreme Angular Component Integration** : How to install and use DevExtreme components in the ABP Framework Angular UI.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/DevExtreme-Angular )
* [Article ](https://community.abp.io/articles/using-devextreme-angular-components-with-the-abp-framework-x5nyvj3i )
* **DevExtreme MVC / Razor Pages Component Integration** : How to install and use DevExtreme components in the ABP Framework MVC / Razor Pages UI.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/DevExtreme-Mvc )
* [Article ](https://community.abp.io/articles/using-devextreme-components-with-the-abp-framework-zb8z7yqv )
* **Empty ASP.NET Core Application** : The most basic ASP.NET Core application with the ABP Framework installed.
* [Source code ](https://github.com/abpframework/abp-samples/tree/master/BasicAspNetCoreApplication )
* [Documentation ](../Getting-Started-AspNetCore-Application.md )