Location>code7788 >text

Blazor Development Framework Known-V2.0.7

Popularity:786 ℃/2024-08-12 08:49:46

V2.0.7

Known is an enterprise-class rapid development framework based on Blazor, low-code, cross-platform, out-of-the-box, one place to code, many places to run.

  • Official website:
  • Gitee: /known/Known
  • Github:/known/Known

summarize

  • on the basis ofC#cap (a poem)Blazors rapid development framework, out-of-the-box and cross-platform.
  • Modular, single page application, hybrid desktop application, web and desktop share one code.
  • UIDefault SupportAntDesign, which can be extended with other UI component libraries.
  • Contains modules, dictionaries, organizations, roles, users, logs, messages, workflows, timed tasks, and more.
  • Low code, simplicity, and ease of expansion make development simpler and faster!

characterization

  • Rapid development: based onBlazorOnline Forms Design, Automatic Code Generation
  • Universal Permissions: Built-in universal permission module, just focus on business functions
  • Internationalization: Providing a complete internationalized multilingual solution
  • abstractionUI: Abstract UI layer, easily extensible, supportsAnt Designet al. (and other authors)
  • Best Practices: low code, one person with multiple roles, efficient communication, minimal costs
  • C#Language: Full useC#Conduct full-stack development

If it helps you, click⭐Star⭐Follow , thanks for supporting open source!

Update Date

  • 2024-08-11

Updates

  • 🔨 Optimizing Paginated Query Statements
  • 🔨 The installer adds the database connection configuration, recognizes the table building script file, and automatically builds the table
  • 🔨 Optimize the reinstallation issue on the installation page, already installed directly jump to the login page
  • 🔨 Refactoring SQL statements, Lambda expression support, PgSQL database support
  • 🐛 Fix automatic page view connection popup error reporting issue
  • 🔨 Optimize module management, add form span settings, import and export menu data for easy deployment

Details

1. Installation procedures

  • Database Connection Configuration

image

2. Data access

  • Lambda expression query, support Select, Where, GroupBy, OrderBy
//Query 1
<SysUser>(d => == userName && == password);
//Query 2
<SysUser>().Where(d => == role).OrderBy(d => ).ToListAsync();

3. Module management

  • Form Span Settings

image

  • Importing and exporting menu data

image