ABP Studio is the easiest way to get started with the ABP Platform. Download it using the following button and create your first ABP solution today. For more details, check out the ABP Studio documentation.
Alternatively, you can also use the ABP CLI to get started with ABP.
If you have problems installing from Microsoft Store, you can directly download Windows x64 setup or Windows ARM setup.
Continue with the following tutorials:
Install the ABP CLI in a command line terminal, if you haven't installed it before:
> dotnet tool install -g Volo.Abp.Studio.Cli
You can use different levels of namespaces; e.g. BookStore, Acme.BookStore or Acme.Retail.BookStore.
Creates a fully layered solution based on Domain Driven Design practices.
Recommended for long-term projects that need a maintainable and extensible codebase.
Creates a single-layer web application.
Recommended for building an application with a simpler and easy to understand architecture.
Creates a reusable, fully layered application module solution.
You can use this option to create reusable modules for your modular applications.
Creates a distributed solution.
Recommended for large teams to create complex and scalable systems.
This option requires a License or higher.
Couldn't decide?
Read our guide to choose the right template.
This option requires a License or higher.
A modern and stylish Bootstrap UI theme. Ideal if you want to have a production ready UI theme. This is the newest theme and is the default.
See the screenshotA modern and stylish Bootstrap UI theme. Ideal if you want to have a production ready UI theme. This is the newest theme and is the default.
See the screenshotMinimalist UI theme with plain Bootstrap colors and styles. Ideal if you will build your own UI theme.
See the screenshotThis option requires a License or higher.
You can include a mobile application that is integrated to your backend.
This option requires a License or higher.
Execute the following ABP CLI command in your command-line terminal:
> abp new Acme.BookStore
This command requires a License or higher.
Continue with the following tutorials:
You can reach our books from the link;
Build maintainable .NET solutions by following software development best practices using ABP.
Written by the creator of the ABP Framework, this book will help you gain a complete understanding of the framework and modern web application development techniques.
Details