dashboard-405331-dot-net-and-net-core-support-project-template-kit.md
The DevExpress Template Kit offers a unified project creation experience for Microsoft Visual Studio, Visual Studio Code, and JetBrains Rider.
Note
The DevExpress Template Kit includes project templates for .NET 8+ and C# only.
The Template Kit is included in our Unified Component Installer.
You can also download the Template Kit from the Visual Studio Marketplace or install it as an extension in the Visual Studio IDE:
Ctrl+Alt+S).Once the Template Kit is installed, you can use it to create projects with DevExpress BI Dashboard Components.
Install DevExpress component packages to build your project. You can use the DevExpress Unified Component Installer, which adds a local NuGet feed to your machine.
As an alternative to the installer, you can configure a personal DevExpress NuGet Feed that loads the required packages from the DevExpress NuGet Gallery. To do this, follow the instructions below:
The following Dashboard project templates are available:
ASP.NET Core BI Dashboard Application
Creates a web (ASP.NET Core MVC) application with an integrated Web BI Dashboard Control that allows you to build an interactive data visualization UI.
You can use this template with the command line interface (CLI): Create an ASP.NET Core Dashboard Application using the .NET CLI Project Template.
ASP.NET Core Blazor BI Dashboard Application
Creates a web (Blazor Server or Blazor WebAssembly Hosted) application with an integrated BI Dashboard Control that allows you to build an interactive data visualization UI.
You can use this template with the command line interface (CLI): Create an ASP.NET Core Dashboard Application using the .NET CLI Project Template.
WPF BI Dashboard Viewer Application
Creates a desktop (WPF) application with a BI Dashboard Viewer that visualizes key metrics from a sample data source.
You can use this template with the command line interface (CLI): Create a WPF Dashboard Viewer Application using the .NET CLI Project Template.
Winforms BI Dashboard Viewer Application
Creates a desktop (WinForms) application with a BI Dashboard Viewer that visualizes key metrics from a sample data source.
You can use this template with the command line interface (CLI): Create a WinForms Dashboard Viewer Application using the .NET CLI Project Template (.NET).
In Visual Studio, right-click on a project in the Solution Explorer window and select Add | New Item to open the ‘Add New Item’ dialog. Select the DevExpress Template Kit 25.2 to add a DevExpress item based on a template.
DashboardCreates an empty DevExpress BI Dashboard.
You can use this template with the command line interface (CLI):
dx.win.dashboarditem
dx.wpf.dashboarditem