Build Web Dashboard Applications
- 2 minutes to read
Follow these tutorials to create a Web Dashboard application.
Download Components
DevExpress BI Dashboard is available as part of the Universal Subscription.
If you do not own a license, download a free 30-day trial:
You can also install DevExpress libraries using NuGet: Trial .NET Controls Via NuGet.
Quick Start
Create your first web dashboard application with a few clicks in Visual Studio using the DevExpress Template Gallery:
- ASP.NET Web Forms Dashboard Application (Template Gallery)
- ASP.NET MVC Dashboard Application (Template Gallery)
- ASP.NET Core Dashboard Application (Template Gallery)
- Blazor Dashboard Application (Template Gallery)
- JavaScript Dashboard Application (Template Gallery)
Use CLI tools to create a dashboard application:
Download the pre-configured example and use it as a template to get started:
- Angular Dashboard Application (Example)
- React Dashboard Application (Example)
- Vue Dashboard Application (Example)
- Blazor Server Dashboard Application (Example)
- Blazor WebAssembly Dashboard Application (Example)
Detailed Guides
Create an empty web application and configure it to use the Web Dashboard with the following step-by-step tutorials.
Create a Single Application
A combined application comprises client and server parts.
- ASP.NET Core Dashboard Application (Tutorial)
- ASP.NET MVC Dashboard Application (Tutorial)
- ASP.NET Web Forms Dashboard Application (Tutorial)
- Blazor Server Dashboard Application (Tutorial)
- Blazor WebAssembly Dashboard Application (Tutorial)
Create Client Applications
A client Web Dashboard application requires a separate server that supplies data.
- Angular Dashboard Application with an ASP.NET Core backend
- React Dashboard Application with an ASP.NET Core backend
- Vue Dashboard Application with an ASP.NET Core backend
- JavaScript Dashboard Application with an ASP.NET MVC backend