E13.Common.Blazor
2025.117.22
dotnet add package E13.Common.Blazor --version 2025.117.22
NuGet\Install-Package E13.Common.Blazor -Version 2025.117.22
<PackageReference Include="E13.Common.Blazor" Version="2025.117.22" />
<PackageVersion Include="E13.Common.Blazor" Version="2025.117.22" />
<PackageReference Include="E13.Common.Blazor" />
paket add E13.Common.Blazor --version 2025.117.22
#r "nuget: E13.Common.Blazor, 2025.117.22"
#:package E13.Common.Blazor@2025.117.22
#addin nuget:?package=E13.Common.Blazor&version=2025.117.22
#tool nuget:?package=E13.Common.Blazor&version=2025.117.22
E13.Common.Blazor
Overview
E13.Common.Blazor is a specialized package within the E13.Common collection designed for building Blazor applications. It provides standardized components, extensions, and utilities to streamline the development of Blazor front-end projects in a layered application architecture.
Features
- Standard Blazor Configuration: Extension methods for configuring Blazor services with best practices
- Authentication Integration: Pre-configured Microsoft Identity Web integration for Blazor Server
- Application Builder Extensions: Simplified setup for Blazor application middleware
- Security Configuration: Built-in authorization policies for secure applications
- Environment-Aware Setup: Different configurations for development and production environments
Installation
dotnet add package E13.Common.Blazor
Usage
Configuring Blazor Server Services
// In Startup.cs or Program.cs
public void ConfigureServices(IServiceCollection services)
{
// Add standard Blazor Server services with authentication
services.AddStandardBlazorServerSide(Configuration);
// Add other services...
}
Configuring Blazor Application
// In Startup.cs or Program.cs
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
// Configure standard Blazor middleware
app.UseStandardBlazor(env);
}
Dependencies
- .NET 9.0
- Microsoft.AspNetCore.Authentication.JwtBearer
- Microsoft.Identity.Web
- E13.Common.AspNet
Related Packages
E13.Common.Blazor is part of the E13.Common collection, which includes:
- E13.Common.Core - Core utilities and base classes
- E13.Common.AspNet - ASP.NET shared components
- E13.Common.Api - Web API layer components
- E13.Common.Api.AzureAD - Azure AD authentication for APIs
- E13.Common.Data.Db - Database access components
- E13.Common.Domain - Domain layer components
Contributing
Contributions to E13.Common.Blazor are welcome. If you have suggestions or improvements, please submit an issue or create a pull request in the GitHub repository.
License
This project is licensed under the MIT License. For more details, see the LICENSE file in the repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 was computed. 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. |
-
net9.0
- E13.Common.AspNet (>= 2025.114.21)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 9.0.3)
- Microsoft.Identity.Web (>= 3.8.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2025.117.22 | 203 | 4/27/2025 |
| 2025.114.21 | 245 | 4/24/2025 |
| 2025.114.20 | 234 | 4/24/2025 |
| 2025.114.19 | 238 | 4/24/2025 |
| 2025.114.18 | 249 | 4/24/2025 |
| 2025.112.17 | 252 | 4/22/2025 |
| 2025.112.16 | 252 | 4/22/2025 |
| 2025.111.15 | 238 | 4/21/2025 |
| 2025.106.14 | 266 | 4/16/2025 |
| 2025.106.12 | 285 | 4/16/2025 |
| 2025.97.11 | 248 | 4/7/2025 |
| 2025.96.9 | 253 | 4/6/2025 |
| 2025.96.8 | 246 | 4/6/2025 |
| 2025.91.7 | 242 | 4/1/2025 |
| 2025.91.6 | 233 | 4/1/2025 |
| 2025.90.4 | 222 | 3/31/2025 |
| 2023.30.1 | 460 | 1/30/2023 |
| 2023.18.1 | 422 | 1/18/2023 |
| 2021.324.4 | 1,288 | 11/20/2021 |
| 1.0.0 | 232 | 4/1/2025 |