Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4.9 KiB

//[doc-seo]
{
    "Description": "Explore a variety of ABP Framework samples, complete with live demos, source code, and tutorials to enhance your development skills!"
}

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.

samples-event-hub

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.

eshoponabp

CMS Kit Demo

A minimal example website built with the CMS Kit module.

samples-cms-kit

Easy CRM

A middle-size CRM application built with ABP.

samples-easy-crm

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:

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:

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:

Other Samples

ABP Platform provides many sample applications demonstrating various use cases and integrations. You can: