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.
 
 
 
 
 
 

431 B

Startup Templates

While you can start with an empty project and add needed packages manually, startup templates makes easy and comfortable to start a new solution with the ABP framework.

Click to the name from the list below to see the documentation of the related startup template:

  • mvc: ASP.NET Core MVC application template.
  • mvc-module: ASP.NET Core MVC module/service template.