Create an ASP.NET Core Dashboard Application using the Template Gallery
- 2 minutes to read
The DevExpress BI Dashboard App Template Gallery contains predefined templates for building the Dashboard Designer and Viewer applications for all supported platforms. All available Dashboard templates are listed in the following topic: Template Gallery.
The steps below show how to use DevExpress Template Gallery to quickly create a ready-to-use ASP.NET Core Dashboard application for .NET.
Create a New Project
In Visual Studio, create a new project. Select DevExpress v24.1 BI Dashboard App Template Gallery as the project template.
Click Next.
Configure your new project and click Create. The Template Gallery opens.
Configure the Template
In the invoked Template Gallery, select .NET 6 as the target framework.
Select Dashboard Application in the ASP.NET Core section. Specify the ASP.NET Core version and click Create Project.
Run the application to see the result.
The Web Designer application displays a sample dashboard and allows you to change it, create a new dashboard, and switch to Viewer mode.
Another quick way to create an ASP.NET Core Dashboard application is to use the .NET Core Command-Line Interface (CLI) Tools.
Next Steps
- Create Dashboards on the Web
- Describes how to create and configure dashboards in the Web Dashboard control.
- ASP.NET Core Dashboard Control
- Contains instructions on how to integrate the Dashboard control into an ASP.NET Core application.