Web Application Development (with ABP Suite) Tutorial
This tutorial is suitable for those who have an ABP Team or a higher license.
About This Tutorial
In this tutorial, you will use the ABP Suite to generate everything you need to build the BookStore application, such as Entities, Domain Services, Application Services, CRUD pages and more...
In this tutorial series, you will build an ABP based web application named Acme.BookStore
. This application is used to manage a list of books and their authors. It is developed using the following technologies:
- Entity Framework Core as the database provider.
- MVC / Razor Pages as the UI Framework.
This tutorial is organized as the following parts:
- Part 1: Creating the Solution
- Part 2: Creating the Books
- Part 3: Creating the Authors
- Part 4: Book to Author Relation
- Part 5: Customizing the Generated Code
Download the Source Code
After logging in to the ABP website, you can download the source code from here.