Web Application Development (with ABP Suite) Tutorial - Part 1: Creating the Solution
Before starting the development, create a new solution named Acme.BookStore
and run it by following the getting started tutorial.
You can use the following configurations:
- Solution Name:
Acme.BookStore
- UI Framework: ASP.NET Core MVC / Razor Pages
- UI Theme: LeptonX
- Mobile Framework: None
- Database Provider: Entity Framework Core
You can select the other options based on your preference.
Please complete the Get Started guide and run the web application before going further.
The initial solution structure should be like the following in the ABP Studio's Solution Explorer:
Summary
We've created the initial layered monolith solution. In the next part, we will learn how to create entities, and generate CRUD pages based on the specified options (including tests, UI, customizable code support etc.) with ABP Suite.