ABP Samples
This document provides a list of samples built with ABP. Each sample is briefly explained below, along with its live demo (if available), source code, and tutorial links (where applicable).
Event Hub
A reference application built with ABP. It implements the Domain Driven Design with multiple application layers.
eShopOnAbp
⚠️ Important Notice
This project, "eShopOnAbp," is outdated. It served as a reference project for microservice architecture using the ABP Framework, but we now recommend using the ABP Microservice Solution Template for new projects.
Reference microservice solution built with ABP and .NET.
CMS Kit Demo
A minimal example website built with the CMS Kit module.
Easy CRM
A middle-size CRM application built with ABP.
- Live demo
- Click here to see the details and download the source code.
Book Store
A simple CRUD application to show basic principles of developing an application with ABP. The same sample was implemented with different technologies and different modules:
- Book Store: Razor Pages UI & Entity Framework Core
- Book Store: Blazor UI & Entity Framework Core
- Book Store: Angular UI & MongoDB
- Book Store: Modular application (Razor Pages UI & EF Core)
If you want to create the BookStore application and generate CRUD pages automatically with ABP Suite, please refer to the Book Store Application (with ABP Suite) tutorial. Also, you can follow the Mobile Application Development Tutorials, if you want to implement the CRUD operations for MAUI & React Native mobile applications.
Note: Downloading source codes (with PRO modules) * require an active ABP License.
ModularCRM
A modular monolith application that demonstrates how to create, compose, and communicate between application modules to build a modular web application:
- ModularCRM: Razor Pages UI & Entity Framework Core
CloudCrm
This tutorial & sample application is suitable for those who have an ABP Business or a higher license.
A microservice solution that shows how to start a new microservice solution, create services and communicate between these services. It's a reference tutorial to learn to use these services from a web application through an API gateway and automatically generate CRUD pages using the ABP Suite tool:
- CloudCRM: Razor Pages UI & Entity Framework Core
Other Samples
ABP Platform provides many sample applications demonstrating various use cases and integrations. You can:
- Browse all sample applications in the abp-samples repository.
- Read detailed articles and tutorials in the ABP Community, which are shared by ABP Community & Contributors.