No Description

maliming 74d0ca0f7e Merge pull request #19629 from abpframework/auto-merge/prerel-8-2/2656 20 hours ago
.github b18d6dea14 Merge branch 'prerel-8.2' into auto-merge/rel-8-1/2655 20 hours ago
abp_io 15bb800329 fix LinkExpiredMessage localizations 1 week ago
apiSpec e2315adc34 Update Microsoft_AspNetCore_Routing_AbpEndpointRouterOptions.md 3 years ago
build 141b4bb3ca source-code sln 1 year ago
deploy 0ca6dc9032 add log 2 years ago
docs 4c27eb542b Create cover.png 1 day ago
framework 11f43fe302 Optimised images with calibre/image-actions 1 day ago
modules 3004017bea Optimised images with calibre/image-actions 1 day ago
npm b18d6dea14 Merge branch 'prerel-8.2' into auto-merge/rel-8-1/2655 20 hours ago
nupkg a24eceabee Add `Volo.Abp.AspNetCore.Abstractions` package. 1 month ago
source-code 25ea951f0a Update_NPM_Packages 1 week ago
studio 75a076c3d9 Update_NPM_Packages 1 year ago
templates 64fc12dbd6 Merge pull request #19613 from abpframework/auto-merge/rel-8-1/2652 2 days ago
test 2f3eba308b Optimised images with calibre/image-actions 1 month ago
tools 6bd43caee5 Enable `Central Package Management`. 6 months ago
.dockerignore d05836d9af .dockerignore file moved to the docker-compose context 5 years ago
.editorconfig 417123b1a9 Update .editorconfig 2 years ago
.gitattributes bb95ea55a2 Hide 3rd-party js/css files from Github statistics 5 years ago
.gitignore 070a8bb45d Update .gitignore 1 year ago
CODE_OF_CONDUCT.md 5e358c02d3 add Code Of Conduct. issue volosoft/vs-internal#1215 11 months ago
CONTRIBUTING.md f02eae766a Update CONTRIBUTING.md 5 years ago
Directory.Build.props 6bd43caee5 Enable `Central Package Management`. 6 months ago
Directory.Packages.props b66ba368c6 Merge branch 'dev' into automapper 5 days ago
LICENSE.md 5ffcad5ef9 deprecated licenceUrl fix for nuget 3 years ago
NuGet.Config 68dfe6ef0f Remove MyGet dependency 9 months ago
NuGet.md c080553568 Create NuGet.md 10 months ago
README.md a1268e1cc9 Added link to the book 4 months ago
SECURITY.md c2fb4d5561 Create SECURITY.md 8 months ago
codecov.yml bb4ee2a672 Update codecov.yml 2 years ago
common.DotSettings d284bb069f Added empty Volo.Abp.Dapr package 1 year ago
common.props 446aa9bd30 Update version for nightly build 1 day ago
common.test.props b3819b22b4 Add `coverlet.collector` to `Directory.Build.props`. 2 years ago
configureawait.props 6bd43caee5 Enable `Central Package Management`. 6 months ago
delete-bin-obj.ps1 315bbd208a Update delete-bin-obj.ps1 11 months ago
global.json 6559641912 Upgrade to NET 8. 5 months ago
latest-versions.json d52e3fe49a Update latest-versions.json to version 8.1.1 1 week ago

README.md

ABP Framework

build and test codecov NuGet NuGet (with prereleases) MyGet (nightly builds) NuGet Download Code of Conduct CLA Signed ABP Discord server

ABP Framework is a complete infrastructure based on ASP.NET Core to create modern web applications and APIs by following the software development best practices and the latest technologies. Check out https://abp.io

Getting Started

  • Quick Start is a single-part, quick-start tutorial to build a simple application with the ABP Framework. Start with this tutorial if you want to quickly understand how ABP works.
  • Getting Started guide can be used to create and run ABP based solutions with different options and details.
  • Web Application Development Tutorial is a complete tutorial to develop a full stack web application with all aspects of a real-life solution.

Quick Start

Install the ABP CLI:

> dotnet tool install -g Volo.Abp.Cli

Create a new solution:

> abp new BookStore -u mvc -d ef

See the CLI documentation for all available options.

UI Framework Options

Database Provider Options

The Book: Mastering ABP Framework

Written by the creator of ABP Framework, this book will help you to gain a complete understanding of the ABP Framework and modern web application development techniques.

book-mastering-abp-framework

What ABP Provides?

ABP provides a full stack developer experience.

Architecture

ABP offers a complete, modular and layered software architecture based on Domain Driven Design principles and patterns. It also provides the necessary infrastructure and guidance to implement this architecture.

ABP Framework is suitable for microservice solutions as well as monolithic applications.

Infrastructure

There are a lot of features provided by the ABP Framework to achieve real world scenarios easier, like Event Bus, Background Job System, Audit Logging, BLOB Storing, Data Seeding, Data Filtering, etc.

Cross Cutting Concerns

ABP also simplifies (and even automates wherever possible) cross cutting concerns and common non-functional requirements like Exception Handling, Validation, Authorization, Localization, Caching, Dependency Injection, Setting Management, etc.

Application Modules

ABP is a modular framework and the Application Modules provide pre-built application functionalities;

  • Account: Provides UI for the account management and allows user to login/register to the application.
  • Identity: Manages organization units, roles, users and their permissions, based on the Microsoft Identity library.
  • OpenIddict: Integrates to OpenIddict.
  • Tenant Management: Manages tenants for a multi-tenant (SaaS) application.

See the Application Modules document for all pre-built modules.

Startup Templates

The Startup templates are pre-built Visual Studio solution templates. You can create your own solution based on these templates to immediately start your development.

ABP Community

ABP Community Web Site

The ABP Community is a website to publish articles and share knowledge about the ABP Framework. You can also create content for the community!

Blog

Follow the ABP Blog to learn the latest happenings in the ABP Framework.

Samples

See the sample projects built with the ABP Framework.

Want to Contribute?

ABP is a community-driven open source project. See the contribution guide if you want to be a part of this project.

Official Links

Support the ABP Framework

Love ABP Framework? Please give a star to this repository :star:

Discord Channel

You can use this link to join the ABP Community Discord Server: https://discord.gg/abp

ABP Commercial

See also ABP Commercial if you are looking for pre-built application modules, professional themes, code generation tooling and premium support for the ABP Framework.