Back to Devexpress

Create an ASP.NET Core Dashboard Application using the Template Gallery

dashboard-119804-get-started-build-web-dashboard-applications-create-an-aspnet-core-dashboard-application-using-the-template-gallery.md

latest2.4 KB
Original Source

Create an ASP.NET Core Dashboard Application using the Template Gallery

  • Jan 21, 2025
  • 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.

Note

We implemented a new dotnet CLI-powered Project Wizard you can use across multiple IDEs: Cross-IDE Project Template Kit.

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

  1. In Visual Studio, create a new project. Select DevExpress v25.2 BI Dashboard App Template Gallery as the project template.

  2. Configure your new project and click Create. The Template Gallery opens.

Configure the Template

  1. In the invoked Template Gallery, select .NET as the target framework.

  2. Select Dashboard Application in the ASP.NET Core section. Specify the ASP.NET Core version and click Create Project.

  3. Run the application to see the result.

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 WebDescribes 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. See Also

Web Dashboard Technical Overview