Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Latest version: 8.3.0Vulnerabilities | |||||
---|---|---|---|---|---|
Version | Suggest | Low | Medium | High | Critical |
8.3.0 | 0 | 0 | 0 | 0 | 0 |
8.2.3 | 0 | 0 | 0 | 0 | 0 |
8.2.2 | 0 | 0 | 0 | 0 | 0 |
8.2.1 | 0 | 0 | 0 | 0 | 0 |
8.2.0 | 0 | 0 | 0 | 0 | 0 |
8.1.5 | 0 | 0 | 0 | 0 | 0 |
8.1.4 | 0 | 0 | 0 | 0 | 0 |
8.1.3 | 0 | 0 | 0 | 0 | 0 |
8.1.2 | 0 | 0 | 0 | 0 | 0 |
8.1.1 | 0 | 0 | 0 | 0 | 0 |
8.1.0 | 0 | 0 | 0 | 0 | 0 |
8.0.6 | 0 | 0 | 0 | 0 | 0 |
8.0.5 | 0 | 0 | 0 | 0 | 0 |
8.0.4 | 0 | 0 | 0 | 0 | 0 |
8.0.3 | 0 | 0 | 0 | 0 | 0 |
8.0.2 | 0 | 0 | 0 | 0 | 0 |
8.0.1 | 0 | 0 | 0 | 0 | 0 |
8.0.0 | 0 | 0 | 0 | 0 | 0 |
7.4.5 | 0 | 0 | 0 | 0 | 0 |
7.4.4 | 0 | 0 | 0 | 0 | 0 |
7.4.3 | 0 | 0 | 0 | 0 | 0 |
7.4.2 | 0 | 0 | 0 | 0 | 0 |
7.4.1 | 0 | 0 | 0 | 0 | 0 |
7.4.0 | 0 | 0 | 0 | 0 | 0 |
7.3.3 | 0 | 0 | 0 | 0 | 0 |
7.3.2 | 0 | 0 | 0 | 0 | 0 |
7.3.1 | 0 | 0 | 0 | 0 | 0 |
7.3.0 | 0 | 0 | 0 | 0 | 0 |
7.2.3 | 0 | 0 | 0 | 0 | 0 |
7.2.2 | 0 | 0 | 0 | 0 | 0 |
7.2.1 | 0 | 0 | 0 | 0 | 0 |
7.1.1 | 0 | 0 | 0 | 0 | 0 |
7.1.0 | 0 | 0 | 0 | 0 | 0 |
7.0.3 | 0 | 0 | 0 | 0 | 0 |
7.0.2 | 0 | 0 | 0 | 0 | 0 |
7.0.1 | 0 | 0 | 0 | 0 | 0 |
7.0.0 | 0 | 0 | 0 | 0 | 0 |
6.0.3 | 0 | 0 | 0 | 0 | 0 |
6.0.2 | 0 | 0 | 0 | 0 | 0 |
6.0.1 | 0 | 0 | 0 | 0 | 0 |
6.0.0 | 0 | 0 | 0 | 0 | 0 |
5.3.5 | 0 | 0 | 0 | 0 | 0 |
5.3.4 | 0 | 0 | 0 | 0 | 0 |
5.3.3 | 0 | 0 | 0 | 0 | 0 |
5.3.2 | 0 | 0 | 0 | 0 | 0 |
5.3.1 | 0 | 0 | 0 | 0 | 0 |
5.3.0 | 0 | 0 | 0 | 0 | 0 |
5.2.2 | 0 | 0 | 0 | 0 | 0 |
5.2.1 | 0 | 0 | 0 | 0 | 0 |
5.2.0 | 0 | 0 | 0 | 0 | 0 |
5.1.4 | 0 | 0 | 0 | 0 | 0 |
5.1.3 | 0 | 0 | 0 | 0 | 0 |
5.1.2 | 0 | 0 | 0 | 0 | 0 |
5.1.1 | 0 | 0 | 0 | 0 | 0 |
5.0.2 | 0 | 0 | 0 | 0 | 0 |
5.0.1 | 0 | 0 | 0 | 0 | 0 |
5.0.0 | 0 | 0 | 0 | 0 | 0 |
8.3.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
LGPL-3.0-only - GNU Lesser General Public License v3.0 onlyABP 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.
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.
ABP provides a full stack developer experience.
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.
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.
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.
ABP is a modular framework and the Application Modules provide pre-built application functionalities;
See the Application Modules document for all pre-built modules.
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.
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.
The ABP Community is a website to publish articles and share knowledge about the ABP Framework. You can also create content for the community!
Follow the ABP Blog to learn the latest happenings in the ABP Framework.
See the sample projects built with the ABP Framework.
ABP is a community-driven open-source project. See the contribution guide if you want to participate in this project.
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.
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.