![]() |
VOOZH | about |
dotnet add package Codeer.LowCode.Blazor.Designer --version 1.3.4
NuGet\Install-Package Codeer.LowCode.Blazor.Designer -Version 1.3.4
<PackageReference Include="Codeer.LowCode.Blazor.Designer" Version="1.3.4" />
<PackageVersion Include="Codeer.LowCode.Blazor.Designer" Version="1.3.4" />Directory.Packages.props
<PackageReference Include="Codeer.LowCode.Blazor.Designer" />Project file
paket add Codeer.LowCode.Blazor.Designer --version 1.3.4
#r "nuget: Codeer.LowCode.Blazor.Designer, 1.3.4"
#:package Codeer.LowCode.Blazor.Designer@1.3.4
#addin nuget:?package=Codeer.LowCode.Blazor.Designer&version=1.3.4Install as a Cake Addin
#tool nuget:?package=Codeer.LowCode.Blazor.Designer&version=1.3.4Install as a Cake Tool
Codeer.LowCode.Blazor is a library designed to integrate execution engine-type low-code features into your Blazor app. It allows for the rapid creation of most functionalities using no-code/low-code, while specialized features can be crafted with the same level of detail as full-scratch professional coding. As a result, it is possible to develop satisfactory applications quickly and at a low cost. Users can customize the application themselves after its release.
Codeer.LowCode.Blazor.Templates
Create screens freely with a combination of canvas layout and grid layout and flow layout. It's possible to create not just regular screens but also dialogs. Interaction between UI components can be achieved with no-code or minimal scripting. Essential elements like sidebar, header, and footer are provided, and those with specific preferences can customize with pro-code.
Associate forms and DB tables for input and output of data. Linking multiple forms allows representation of Join or 1N relationships. Forms can also be linked to Views, enabling easy implementation of BI functions. Common database operations such as logical deletion, optimistic locking, and tracking of creation/update information are included. Change history can also be maintained.
Write in syntax nearly identical to C#. The API design allows for implementation of features with minimal coding. Code completion makes implementation easy, and customized functions can be called with pro-code. Execution is primarily on the client-side, but server-side execution is also supported.
Supports not only general data input/output but also allows for creating templates in Excel and modifying them for report generation. Conversion to PDF is also possible.
Provide generic cookie authentication or default authentication using Azure Active Directory in your template code. Other authentication methods can also be customized. Authorization allows for access control at the application, screen, and data levels.
In some cases, special screens/features are necessary. As Codeer.LowCode.Blazor is a Blazor library, .NET code can be added for such implementations. Moreover, creating components allows for their use in various places.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Codeer.LowCode.Blazor.Designer:
| Package | Downloads |
|---|---|
|
Codeer.LowCode.Bindings.Blazor-ApexCharts.Designer
You can use Blazor-ApexCharts with Codeer.LowCode.Blazor. |
|
|
Codeer.LowCode.Blazor.Extras.Designer
Designer support for Codeer.LowCode.Blazor.Extras. Provides property controls and initializers for the LowCode Designer application. |
|
|
Codeer.LowCode.Bindings.MudBlazor.SeleniumDrivers
Used when testing web apps created with Coder.LowCode.Blazor with Selenium. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.4 | 42 | 6/17/2026 |
| 1.3.3 | 86 | 6/12/2026 |
| 1.3.2 | 91 | 6/11/2026 |
| 1.3.1 | 105 | 6/4/2026 |
| 1.3.0 | 96 | 6/4/2026 |
| 1.2.65 | 108 | 5/26/2026 |
| 1.2.64 | 107 | 5/15/2026 |
| 1.2.63 | 114 | 5/12/2026 |
| 1.2.62 | 112 | 5/7/2026 |
| 1.2.61 | 117 | 5/6/2026 |
| 1.2.60 | 108 | 5/5/2026 |
| 1.2.59 | 97 | 5/5/2026 |
| 1.2.58 | 142 | 4/27/2026 |
| 1.2.57 | 113 | 4/21/2026 |
| 1.2.56 | 118 | 4/16/2026 |
| 1.2.55 | 137 | 4/10/2026 |
| 1.2.54 | 124 | 4/2/2026 |
| 1.2.53 | 123 | 3/31/2026 |
| 1.2.52 | 121 | 3/24/2026 |
| 1.2.51 | 164 | 3/16/2026 |
- Adjusted scrolling on the application settings screen.
- Adjusted how the Id of standard fields is shown.
- List fields (ListField, DetailListField, TileListField) now show a single sample item in the designer so their layout is visible while editing.