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.0 KiB

//[doc-seo]
{
    "Description": "Learn how to create a new ABP solution using ABP Studio or ABP CLI, and discover how to generate CRUD pages seamlessly."
}

Creating a new ABP solution

//[doc-nav]
{
  "Previous": {
    "Name": "Adding existing ABP solution",
    "Path": "suite/add-solution"
  },
  "Next": {
    "Name": "Generating a CRUD page",
    "Path": "suite/generating-crud-page"
  }
}

Create a new solution

From ABP Suite v8.3, create a new solution option has been removed. Instead, it's suggessted to use ABP Studio or ABP CLI to create a new solution. After, creating an ABP Solution, then you can generate CRUD pages via ABP Suite as always.

ABP Studio has a shortcut for running ABP Suite to allow using it without starting it externally and using it on a browser, which means you can create, manage, deploy your applications in a single desktop application and also generate CRUD pages via Suite as a pre-integrated application to ABP Studio.