Zonit.Services.Dashboard.Abstractions 0.1.21

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zonit.Services.Dashboard.Abstractions --version 0.1.21
                    
NuGet\Install-Package Zonit.Services.Dashboard.Abstractions -Version 0.1.21
                    
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="Zonit.Services.Dashboard.Abstractions" Version="0.1.21" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zonit.Services.Dashboard.Abstractions" Version="0.1.21" />
                    
Directory.Packages.props
<PackageReference Include="Zonit.Services.Dashboard.Abstractions" />
                    
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 Zonit.Services.Dashboard.Abstractions --version 0.1.21
                    
#r "nuget: Zonit.Services.Dashboard.Abstractions, 0.1.21"
                    
#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 Zonit.Services.Dashboard.Abstractions@0.1.21
                    
#: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=Zonit.Services.Dashboard.Abstractions&version=0.1.21
                    
Install as a Cake Addin
#tool nuget:?package=Zonit.Services.Dashboard.Abstractions&version=0.1.21
                    
Install as a Cake Tool

Zonit.Services.Dashboard

Overview

Zonit Dashboard is an advanced solution for building modern, modular, and flexible administration panels using the Blazor framework. It enables the creation of interactive web applications with a rich user interface based on the MudBlazor component library.

The dashboard is designed with scalability and flexibility in mind—it can be duplicated to provide multiple layered panels (such as user, admin, or manager dashboards) within a single project, each accessible from different URL addresses depending on middleware and configuration. The project is fully modular, supports dynamic extensions and modeling, and comes with comprehensive Zonit.Extensions out-of-the-box.

Features

  • Modular Architecture
    Easily extend functionality through a powerful extensions system (e.g., for identity, projects, organizations, finances, tasks, and more).

  • Advanced Customization
    Configurable themes with full support for both light and dark modes.

  • Organization Management
    Built-in mechanisms for managing users and organizational structures.

  • Project & Task Management
    Modules to facilitate project tracking and task management.

  • Authentication & Authorization
    Comprehensive access control with integrated role management.

  • Multi-Culture Support
    Complete internationalization support for global applications.

  • Modern UI/UX
    Responsive design powered by MudBlazor components.

Technologies Used

  • Blazor Server — Interactive web UI framework
  • MudBlazor — Material design components for Blazor
  • Zonit.Extensions:
    • Identity — Identity and authentication management
    • Cultures — Multi-culture and localization support
    • Projects — Project management tools
    • Organizations — Organization administration
    • Wallets — Finance and wallet management
    • Task — Task and to-do modules

Quick Start

Here's an example of how to configure the dashboard with different areas in your .NET application:

// Register dashboard services
builder.Services.AddDashboardService();

// Configure Manager Area
app.UseDashboardServices<IAreaManager>(new DashboardOptions
{
    Directory = "Manager",
    Title = "Manager",
    Extensions = [ Extensions.Identity, Extensions.Cultures, Extensions.Projects, Extensions.Organizations ]
});

// Configure Management Area
app.UseDashboardServices<IAreaManagement>(new DashboardOptions
{
    Directory = "management",
    Title = "Management"
});

Note: The dashboard architecture supports multiple independent panels (e.g., user, admin, management) under different URLs, all within a single project instance.

Out-of-the-Box Functionality

  • Turnkey integration—works instantly with all included Zonit.Extensions
  • Ready for modeling and customization per panel/layer
  • Scalable to any number of dashboards as required by your middleware configuration

Examples

Find comprehensive usage examples in the example directory for inspiration and typical setups.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Zonit.Services.Dashboard.Abstractions:

Package Downloads
Zonit.Services.Dashboard

Package Description

Zonit.Services.Dashboard.Application

Package Description

Zonit.Services.Dashboard.Components

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.25 56 8/16/2025
0.1.24 128 8/11/2025
0.1.23 126 8/11/2025
0.1.22 128 8/10/2025
0.1.21 111 7/31/2025
0.1.20 95 7/28/2025
0.1.19 491 7/22/2025
0.1.18 491 7/22/2025
0.1.17 277 7/20/2025
0.1.16 22 7/19/2025
0.1.15 101 6/28/2025
0.1.14 286 6/11/2025
0.1.13 109 5/17/2025
0.1.12 211 5/12/2025
0.1.11 174 4/29/2025
0.1.9 110 4/26/2025
0.1.8 110 4/26/2025
0.1.7 174 4/21/2025