Acimut CRUD Blazor Server Pages is a productivity tool designed to expedite the development process by enabling the efficient creation of create, read, update, and delete functionalities within Blazor Server applications. It facilitates the rapid construction of user interfaces and business logic.
Usage Tutorial
Install Acimut Scaffold CRUD Blazor Pages in your development environment.
Open your existing Blazor project or create a new one.
Ensure the project has at least one DBContext created using EF Core Tools.
Execute the Acimut scaffold command from the Tools Menu, designating the data model for which CRUD operations are to be generated.
Follow the Wizard's instructions by selecting the fields you want to display in the grid and in the editing window.
For entities with Master-Detail relationships, select one of the following layouts: Simple, Hierarchical or Detail
Acimut will then automatically generate the required Blazor pages, components, and services for CRUD operations.
Tailor the generated pages and components to meet your specific requirements.
Incorporate the generated pages into your Blazor application and modify navigation as necessary.
Observations
This tool is compatible solely with DBContexts established through reverse engineering with the EF Core Tools.
This tool is compatible solely with Blazor Server Applications
License
Acimut Scaffold CRUD Blazor Pages is available under the MIT open source license for both personal and commercial use.
Please note that while the software is free, technical support is offered as a paid service. More information about support options will be provided in the near future.