Out of the box, a rapid development framework based on C#and Blazor separated front and back ends

Out of the box, a rapid development framework based on C#and Blazor separated front and back ends

Known is a rapid development framework based on C#and Blazor that separates the front and back ends. It is available out of the box, cross-platform, and runs in one place of code and multiple places.

最后更新 7/7/2023 12:58 AM
Known
预计阅读 2 分钟
分类
Blazor
标签
.NET C# Blazor

out of the box

Known is a rapid development framework developed based on C#and Blazor that separates the front and back ends. It is available out of the box, cross-platform, and runs in one place of code and multiple places.

A rapid development framework based on C#and Blazor, separating the front and back ends and using it out of the box.

Share code across platforms, single-page applications, hybrid desktop applications, web and desktop.

Contains functions such as modules, dictionaries, organizations, roles, users, logs, messages, workflows, scheduled tasks, etc.

The code is concise and easy to expand, making development simpler and faster!

project structure

main function

  1. Module management: Configure system function modules, operation buttons, and list fields for developers to use.
  2. Data Dictionary: Maintain the data sources of drop-down boxes of each module of the system.
  3. Tenant management: Maintain platform tenant information, user number and document number limits.
  4. Organizational structure: Maintain enterprise organizational structure information, tree structure.
  5. Role management: Maintain system role and permission information. Permissions can control menus, buttons, and list fields.
  6. User management: Maintain system login user information.
  7. System log: Query system user login and access menu logs, which can be used to count common user functions.
  8. Message management: Message reminders within the system, workflow message notifications.
  9. Process management: The system has a built-in workflow engine that provides submission, withdrawal, allocation, review, and restart operations.
  10. Timed tasks: Time-consuming functions for import and calculation are executed asynchronously using timed tasks.

Screenshot preview

project address

http://known.pumantech.com/

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 11/6/2024

Why is my blog site back in Blazor?

The blog website has gone through hardships in development. It has tried nearly 10 versions such as MVC, Vue, and Go. Now it has returned to Blazor and adopts static SSR. The speed has skyrocketed and it has been successfully launched.

继续阅读
同分类 / 同标签 2/29/2024

Data display can also be done in Winform

In the process of developing winform, data display functions are often needed. I have been using the gridcontrol before. Today, I want to use an example to introduce to you how to use the table component in ant design blazor hybrid to display data.

继续阅读
同分类 / 同标签 2/29/2024

Can Winform's interface become better?

A few days ago, I introduced to you the use of blazor hybrid in winform, and I also said that with blazor's ui, our winform program design can be more beautiful. Next, I want to use an example of drawing in winform blazor hybrid to illustrate it, hoping to be helpful to you.

继续阅读