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 with DevExpress Templates
Create your first web dashboard application with a few clicks with DevExpress Templates:
- Blazor Dashboard Application
- ASP.NET Core Dashboard Application
- ASP.NET Web Forms Dashboard Application
- ASP.NET MVC Dashboard Application
- JavaScript Dashboard Application
You can also browse or 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
Create Dashboards
See Also