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.
 
 
 
 
 
 

1.6 KiB

Web Application Development (with ABP Suite) Tutorial

//[doc-params]
{
    "UI": ["MVC"],
    "DB": ["EF"]
}
//[doc-nav]
{
  "Next": {
    "Name": "Creating the Solution",
    "Path": "tutorials/book-store-with-abp-suite/part-01"
  }
}

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:

  • {{DB_Value}} as the database provider.
  • {{UI_Value}} as the UI Framework.

This tutorial is organized as the following parts:

Download the Source Code

After logging in to the ABP website, you can download the source code from here.