DevExpress.AspNetCore.ProjectTemplates 26.1.2-beta

Prefix Reserved
This is a prerelease version of DevExpress.AspNetCore.ProjectTemplates.
dotnet add package DevExpress.AspNetCore.ProjectTemplates --version 26.1.2-beta
                    
NuGet\Install-Package DevExpress.AspNetCore.ProjectTemplates -Version 26.1.2-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.AspNetCore.ProjectTemplates" Version="26.1.2-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.AspNetCore.ProjectTemplates" Version="26.1.2-beta" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.AspNetCore.ProjectTemplates" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.AspNetCore.ProjectTemplates --version 26.1.2-beta
                    
#r "nuget: DevExpress.AspNetCore.ProjectTemplates, 26.1.2-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.AspNetCore.ProjectTemplates@26.1.2-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.AspNetCore.ProjectTemplates&version=26.1.2-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.AspNetCore.ProjectTemplates&version=26.1.2-beta&prerelease
                    
Install as a Cake Tool

DevExpress ASP.NET Core Templates

What's Included

This NuGet package contains project templates you can use with the DevExpress ASP.NET Core components.

Common

  • Application Builder: dx.aspnetcore.appbuilder - Allows you to create a web (ASP.NET Core) application by choosing one shell (navigation type) and multiple views with pre-configured DevExtreme components. All selected views are automatically injected into the navigation system.

Reporting & Data Analytics

  • BI Dashboard Application: dx.aspnetcore.dashboard - 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.
  • Reporting Application: dx.aspnetcore.reporting - Creates a web (ASP.NET Core MVC) Reporting application that displays a Report Viewer and/or an End-User Report Designer. The backend defines a pre-built tabular report bound to sample data (SQL, Object, or JSON). The application includes ready-to-use Docker files for deployment in Linux-based environments, as well as example implementations of Document Cache and Report Definition Storage.
  • Reporting Back-End Application: dx.aspnetcore.reporting.backend - Creates a back-end (ASP.NET Core) Reporting application configured to use a Report Viewer and/or an End-User Report Designer in the associated front-end application. The backend defines a pre-built tabular report bound to sample data (SQL, Object, or JSON). The application includes ready-to-use Docker files for deployment in Linux-based environments, as well as example implementations of Document Cache and Report Definition Storage.
  • React Reporting Application: dx.aspnetcore.reporting.react - Creates a full-stack application with a React frontend and an ASP.NET Core backend. The frontend displays a Report Viewer and/or an End-User Report Designer. The backend defines a pre-built tabular report bound to sample data (SQL, Object, or JSON). The application includes example implementations of Document Cache and Report Definition Storage.
  • Angular Reporting Application: dx.aspnetcore.reporting.angular - Creates a full-stack application with an Angular frontend and an ASP.NET Core backend. The frontend displays a Report Viewer and/or an End-User Report Designer. The backend defines a pre-built tabular report bound to sample data (SQL, Object, or JSON). The application includes example implementations of Document Cache and Report Definition Storage.

Artificial Intelligence

  • AI Chat Application: dx.aspnetcore.aichat - Creates a web (ASP.NET Core) application with an AI chat.

How to Install the Package

To download and install the package, run the following command in the Command Prompt or the Terminal Window:

dotnet new install DevExpress.AspNetCore.ProjectTemplates

How to Create a Project

Once the package is installed, included project templates appear in the New Project wizard in your IDE. Use the "DevExpress" keyword to find all installed templates.

To create a new project in the CLI, execute the dotnet new <template> command. For example:

dotnet new dx.aspnetcore.appbuilder --help
dotnet new dx.aspnetcore.appbuilder -n MyProjectName

To ensure that your project can access required DevExpress NuGet packages, run the DevExpress Unified Component Installer or use the standard NuGet.org feed (https://api.nuget.org/v3/index.json) in your IDE, CLI, or CI/CD (license key registration required). For additional information, review the following help articles: Installation: NuGet Packages | License Key for DevExpress Products.

NOTE: Currently, the rich design-time functionality for DevExpress UI components (designers, project wizards, etc.) is only available in the Visual Studio IDE for Windows and requires the DevExpress Unified Component Installer. In other IDEs, standard design-time support for UI platforms may not be available.

How to Get Started

To get started with DevExpress ASP.NET Core components, refer to the following help topic ASP.NET Core Get Started.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DevExpress.AspNetCore.ProjectTemplates:

Package Downloads
DevExpress.ProjectTemplates

Project templates that allow you to create applications with DevExpress components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.2-beta 115 5/20/2026
25.2.7 374 5/6/2026
25.2.6 457 4/7/2026
25.2.5 542 3/2/2026
25.2.4 589 2/3/2026
25.2.3 1,088 12/18/2025
25.1.11 134 5/5/2026
25.1.10 191 4/6/2026
25.1.9 213 3/2/2026
25.1.8 303 1/16/2026
25.1.7 699 11/25/2025
25.1.6 1,696 10/23/2025
25.1.5 1,765 9/11/2025
24.2.15 129 5/5/2026
24.2.14 223 2/27/2026
24.2.13 245 1/16/2026
24.2.12 631 11/19/2025
24.2.11 432 10/23/2025
24.2.10 434 9/11/2025
Loading failed