CodeFactory.PCA.Blazor 1.24171.1-Pre

This is a prerelease version of CodeFactory.PCA.Blazor.
dotnet add package CodeFactory.PCA.Blazor --version 1.24171.1-Pre
NuGet\Install-Package CodeFactory.PCA.Blazor -Version 1.24171.1-Pre
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="CodeFactory.PCA.Blazor" Version="1.24171.1-Pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeFactory.PCA.Blazor --version 1.24171.1-Pre
#r "nuget: CodeFactory.PCA.Blazor, 1.24171.1-Pre"
#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.
// Install CodeFactory.PCA.Blazor as a Cake Addin
#addin nuget:?package=CodeFactory.PCA.Blazor&version=1.24171.1-Pre&prerelease

// Install CodeFactory.PCA.Blazor as a Cake Tool
#tool nuget:?package=CodeFactory.PCA.Blazor&version=1.24171.1-Pre&prerelease

Presentation Control Abstraction for Server Side Blazor

This is the core library for the PCA for server side Blazor pattern. The core focus of this library is clean separation of concerns between a Blazor component and control and flow logic that accesses external resources.

This library implements the following.

  • Presentation base class for Blazor UI functionality
  • Controller base class for implementation of control and flow functionality to manage a target Blazor component.
  • Status edit form is a extended edit form that exposes when data has changed within the scope of an edit form.
  • Navigation management to block navigation when data has changed. Implemented on the controller to support navigation manager, and browser based alerting.
  • Centralized notification service allows for all notification or Toasts to render directly on layout.
  • Centralized dialog service allows for all dialogs to render directly on the layout.
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CodeFactory.PCA.Blazor:

Package Downloads
CodeFactory.PCA.Blazor.Tel

Central service blazor components using Telerik controls for PCA for Blazor Server

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.24171.1-Pre 49 6/19/2024
1.24163.1-Pre 45 6/11/2024
1.23353.1-Pre 224 12/19/2023

Initial release