Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1 KB

File metadata and controls

28 lines (16 loc) · 1 KB

Blazor Server App

The idia was the create a Web Application using established Tool to create a basic table editing functionlity.

The clean code pattern approach, would be over engineering for simple crude operation, without the need of business logic.

The Project uses Synchfusion as a library, and the new QuickGrid as an alternative. For using Synchfusion appropiate licenencing might be necessary.

This project is intendet to help other people getting quick results for simple tasks.

I hope you have joy looking through the project, as well as for me making it.

Used Technologies

For this project Blazor Server, Synchfusion Grid and EF Core in SQL Lite are used.

Important Components

Syncfusion Grid

For Data Interaction the UserDataComponent is used. This compoment supports filtering,crude operations, grouping, sorting and filtering. Another reason is that di can only be used this way, in regards of the documentation.

Quick Grip

The .NET 8 Quick was created using the scaffolding function.