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.
 
 
 
 
 
 
Fahri Gedik 0cb4fbc8d2 Update document title 1 year ago
.github Update auto-pr.yml for prerel-9.0 1 year ago
abp_io Translated to Swedish (sv) 1 year ago
apiSpec Update Microsoft_AspNetCore_Routing_AbpEndpointRouterOptions.md 6 years ago
build source-code sln 3 years ago
deploy add log 4 years ago
docs Update document title 1 year ago
framework CLI: CmdHelper should be working even the directory has 'space' characters. 1 year ago
modules Fix version null exception for FileSystemDocumentSource 1 year ago
npm Merge branch 'rel-8.3' of https://github.com/abpframework/abp into rel-8.3 1 year ago
nupkg Publish Volo.Abp.AuditLogging.SourceCode 1 year ago
source-code Update_NPM_Packages 1 year ago
studio/source-codes Update_NPM_Packages 3 years ago
templates Translated to Swedish (sv) 1 year ago
test Optimised images with calibre/image-actions 2 years ago
tools Enable `Central Package Management`. 2 years ago
.dockerignore .dockerignore file moved to the docker-compose context 7 years ago
.editorconfig Update .editorconfig 4 years ago
.gitattributes Hide 3rd-party js/css files from Github statistics 8 years ago
.gitignore Update .gitignore 3 years ago
CODE_OF_CONDUCT.md add Code Of Conduct. issue volosoft/vs-internal#1215 3 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 7 years ago
Directory.Build.props Enable `Central Package Management`. 2 years ago
Directory.Packages.props Upgrade `System.Text.Json` and `MailKit` packages to the latest. 2 years ago
LICENSE.md cosmetic changes 2 years ago
NuGet.Config Remove MyGet dependency 3 years ago
NuGet.md Updated jsons 1 year ago
README.md add banner to readme 2 years ago
SECURITY.md Create SECURITY.md 3 years ago
codecov.yml Update codecov.yml 4 years ago
common.DotSettings Added empty Volo.Abp.Dapr package 4 years ago
common.props Update version to release 8.3.1 1 year ago
common.test.props Add `coverlet.collector` to `Directory.Build.props`. 4 years ago
configureawait.props Enable `Central Package Management`. 2 years ago
delete-bin-obj.ps1 Update delete-bin-obj.ps1 3 years ago
global.json Upgrade to NET 8. 2 years ago
latest-versions.json Update latest-versions.json to version 8.2.0 2 years ago

README.md

ABP Framework

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

ABP Framework is a complete infrastructure based on ASP.NET Core that creates modern web applications and APIs by following the software development best practices and the latest technologies.

ABP Platform

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 understand how ABP works quickly.
  • 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 on developing 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

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.

Mastering ABP Framework Book

This book will help you to gain a complete understanding of the ABP Framework and modern web application development techniques. It is written by the creator and team lead of the ABP Framework. You can buy from Amazon or Packt Publishing. Find further info about the book at abp.io/books/mastering-abp-framework.

book-mastering-abp-framework

The 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 participate in this project.

Support ABP

GitHub repository stars are an important indicator of popularity and the size of the community. If you like ABP Framework, support us by clicking the star on the repository.

Discord Server

We have a Discord server where you can chat with other ABP users. Share your ideas, report technical issues, showcase your creations, share the tips that worked for you and catch up with the latest news and announcements about ABP Framework. Join 👉 https://discord.gg/abp.